#C9BCE2

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

Shades of Melrose #C9BCE2

Tints of Melrose #C9BCE2

Color information

#C9BCE2 (or 0xC9BCE2) is unknown color: approx Melrose. HEX triplet: C9, BC and E2. RGB value is (201,188,226). Sum of RGB (Red+Green+Blue) = 201+188+226=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCE2 is #36431D. Grayscale: #C4C4C4. Windows color (decimal): -3556126 or 14859465. OLE color: 14859465.

HSL color Cylindrical-coordinate representation of color #C9BCE2: hue angle of 260.53º degrees, saturation: 0.4, 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 #C9BCE2 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201188226-
CMYK0.110.1700.11
HSL260.53º39.58%81.18%-
HSV(B)260.53º16.81%88.63%-
XYZ55.853.8779.41-
YUV196.22144.81131.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.68%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 226 (88.67% from 255) = 36.75%
R=32.68%
G=30.57%
B=36.75%

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
Decimal2011882260.110.1700.11260.5339.5881.18
HexC9BCE2B110B1052851
Octal311274342132101340550121
Binary110010011011110011100010101110001010111000001011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCE2; }

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

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

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

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

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

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

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

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