#C8BBEA

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

Shades of Melrose #C8BBEA

Tints of Melrose #C8BBEA

Color information

#C8BBEA (or 0xC8BBEA) is unknown color: approx Melrose. HEX triplet: C8, BB and EA. RGB value is (200,187,234). Sum of RGB (Red+Green+Blue) = 200+187+234=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBEA is #374415. Grayscale: #C4C4C4. Windows color (decimal): -3621910 or 15383496. OLE color: 15383496.

HSL color Cylindrical-coordinate representation of color #C8BBEA: hue angle of 256.6º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BBEA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200187234-
CMYK0.150.2000.08
HSL256.6º52.81%82.55%-
HSV(B)256.6º20.09%91.76%-
XYZ56.4453.7685.24-
YUV196.24149.31130.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=32.21%
G=30.11%
B=37.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001872340.150.2000.08256.652.8182.55
HexC8BBEAF14081013553
Octal310273352172401040165123
Binary110010001011101111101010111110100010001000000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBEA; }

 p { color: rgb(200,187,234); }

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

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

 a { background-color: rgb(200,187,234); }

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

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

 span { border-color: rgb(200,187,234); }

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