#C9BBE7

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

Shades of Melrose #C9BBE7

Tints of Melrose #C9BBE7

Color information

#C9BBE7 (or 0xC9BBE7) is unknown color: approx Melrose. HEX triplet: C9, BB and E7. RGB value is (201,187,231). Sum of RGB (Red+Green+Blue) = 201+187+231=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #C9BBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBE7 is #364418. Grayscale: #C4C4C4. Windows color (decimal): -3556377 or 15186889. OLE color: 15186889.

HSL color Cylindrical-coordinate representation of color #C9BBE7: hue angle of 259.09º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BBE7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201187231-
CMYK0.130.1900.09
HSL259.09º47.83%81.96%-
HSV(B)259.09º19.05%90.59%-
XYZ56.2853.7383.01-
YUV196.2147.64131.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.47%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=32.47%
G=30.21%
B=37.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011872310.130.1900.09259.0947.8381.96
HexC9BBE7D13091033052
Octal311273347152301140360122
Binary110010011011101111100111110110011010011000000111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBE7; }

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

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

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

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

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

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

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

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