#C9BBEF

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

Shades of Melrose #C9BBEF

Tints of Melrose #C9BBEF

Color information

#C9BBEF (or 0xC9BBEF) is unknown color: approx Melrose. HEX triplet: C9, BB and EF. RGB value is (201,187,239). Sum of RGB (Red+Green+Blue) = 201+187+239=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBEF is #364410. Grayscale: #C4C4C4. Windows color (decimal): -3556369 or 15711177. OLE color: 15711177.

HSL color Cylindrical-coordinate representation of color #C9BBEF: hue angle of 256.15º degrees, saturation: 0.62, 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 #C9BBEF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201187239-
CMYK0.160.2200.06
HSL256.15º61.9%83.53%-
HSV(B)256.15º21.76%93.73%-
XYZ57.4454.1989.09-
YUV197.11151.64130.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=32.06%
G=29.82%
B=38.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011872390.160.2200.06256.1561.983.53
HexC9BBEF1016061003e54
Octal31127335720260640076124
Binary110010011011101111101111100001011001101000000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBEF; }

 p { color: rgb(201,187,239); }

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

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

 a { background-color: rgb(201,187,239); }

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

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

 span { border-color: rgb(201,187,239); }

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