#C9BCE3

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

Shades of Melrose #C9BCE3

Tints of Melrose #C9BCE3

Color information

#C9BCE3 (or 0xC9BCE3) is unknown color: approx Melrose. HEX triplet: C9, BC and E3. RGB value is (201,188,227). Sum of RGB (Red+Green+Blue) = 201+188+227=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #C9BCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCE3 is #36431C. Grayscale: #C4C4C4. Windows color (decimal): -3556125 or 14925001. OLE color: 14925001.

HSL color Cylindrical-coordinate representation of color #C9BCE3: hue angle of 260º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9BCE3 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201188227-
CMYK0.110.1700.11
HSL260º41.05%81.37%-
HSV(B)260º17.18%89.02%-
XYZ55.9453.9380.13-
YUV196.33145.31131.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.63%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=32.63%
G=30.52%
B=36.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011882270.110.1700.1126041.0581.37
HexC9BCE3B110B1042951
Octal311274343132101340451121
Binary110010011011110011100011101110001010111000001001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCE3; }

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

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

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

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

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

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

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

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