#C8BCF0

Color #C8BCF0 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C8BCF0

Tints of Melrose #C8BCF0

Color information

#C8BCF0 (or 0xC8BCF0) is unknown color: approx Melrose. HEX triplet: C8, BC and F0. RGB value is (200,188,240). Sum of RGB (Red+Green+Blue) = 200+188+240=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCF0 is #37430F. Grayscale: #C5C5C5. Windows color (decimal): -3621648 or 15776968. OLE color: 15776968.

HSL color Cylindrical-coordinate representation of color #C8BCF0: hue angle of 253.85º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BCF0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200188240-
CMYK0.170.2200.06
HSL253.85º63.41%83.92%-
HSV(B)253.85º21.67%94.12%-
XYZ57.5354.5489.93-
YUV197.52151.98129.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 31.85%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 240 (94.14% from 255) = 38.22%
R=31.85%
G=29.94%
B=38.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001882400.170.2200.06253.8563.4183.92
HexC8BCF0111606fe3f54
Octal31027436021260637677124
Binary11001000101111001111000010001101100110111111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCF0; }

 p { color: rgb(200,188,240); }

 H1.HeaderClassName
 {
   color: #C8BCF0;
 }
 .AnyTagClassName
 {
   color: #C8BCF0;
 }
</style>
background-color css

<style>
 a { background-color: #C8BCF0; }

 a { background-color: rgb(200,188,240); }

 div.DivClassName
 {
   background-color: #C8BCF0;
 }
 .BgClassName
 {
   background-color: #C8BCF0;
 }
</style>
border-color css

<style>
 span { border-color: #C8BCF0; }

 span { border-color: rgb(200,188,240); }

 td.TdClassName
 {
   border-color: #C8BCF0;
 }
 .TagClassName
 {
   border-color: #C8BCF0;
 }
</style>