#C9BAEC

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

Shades of Melrose #C9BAEC

Tints of Melrose #C9BAEC

Color information

#C9BAEC (or 0xC9BAEC) is unknown color: approx Melrose. HEX triplet: C9, BA and EC. RGB value is (201,186,236). Sum of RGB (Red+Green+Blue) = 201+186+236=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAEC is #364513. Grayscale: #C4C4C4. Windows color (decimal): -3556628 or 15514313. OLE color: 15514313.

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

Color convert

RGB201186236-
CMYK0.150.2100.07
HSL258º56.82%82.75%-
HSV(B)258º21.19%92.55%-
XYZ56.7953.5986.71-
YUV196.18150.47131.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.26%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=32.26%
G=29.86%
B=37.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011862360.150.2100.0725856.8282.75
HexC9BAECF15071023953
Octal31127235417250740271123
Binary11001001101110101110110011111010101111000000101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAEC; }

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

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

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

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

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

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

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

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