#C9BFEA

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

Shades of Melrose #C9BFEA

Tints of Melrose #C9BFEA

Color information

#C9BFEA (or 0xC9BFEA) is unknown color: approx Melrose. HEX triplet: C9, BF and EA. RGB value is (201,191,234). Sum of RGB (Red+Green+Blue) = 201+191+234=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFEA is #364015. Grayscale: #C6C6C6. Windows color (decimal): -3555350 or 15384521. OLE color: 15384521.

HSL color Cylindrical-coordinate representation of color #C9BFEA: hue angle of 253.95º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BFEA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201191234-
CMYK0.140.1800.08
HSL253.95º50.59%83.33%-
HSV(B)253.95º18.38%91.76%-
XYZ57.5755.6285.54-
YUV198.89147.81129.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=32.11%
G=30.51%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011912340.140.1800.08253.9550.5983.33
HexC9BFEAE1208fe3353
Octal311277352162201037663123
Binary11001001101111111110101011101001001000111111101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFEA; }

 p { color: rgb(201,191,234); }

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

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

 a { background-color: rgb(201,191,234); }

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

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

 span { border-color: rgb(201,191,234); }

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