#C9BCEC

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

Shades of Melrose #C9BCEC

Tints of Melrose #C9BCEC

Color information

#C9BCEC (or 0xC9BCEC) is unknown color: approx Melrose. HEX triplet: C9, BC and EC. RGB value is (201,188,236). Sum of RGB (Red+Green+Blue) = 201+188+236=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCEC is #364313. Grayscale: #C5C5C5. Windows color (decimal): -3556116 or 15514825. OLE color: 15514825.

HSL color Cylindrical-coordinate representation of color #C9BCEC: hue angle of 256.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BCEC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201188236-
CMYK0.150.2000.07
HSL256.25º55.81%83.14%-
HSV(B)256.25º20.34%92.55%-
XYZ57.2154.4486.85-
YUV197.36149.81130.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.16%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=32.16%
G=30.08%
B=37.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011882360.150.2000.07256.2555.8183.14
HexC9BCECF14071003853
Octal31127435417240740070123
Binary11001001101111001110110011111010001111000000001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCEC; }

 p { color: rgb(201,188,236); }

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

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

 a { background-color: rgb(201,188,236); }

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

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

 span { border-color: rgb(201,188,236); }

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