#C6BBEA

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

Shades of Melrose #C6BBEA

Tints of Melrose #C6BBEA

Color information

#C6BBEA (or 0xC6BBEA) is unknown color: approx Melrose. HEX triplet: C6, BB and EA. RGB value is (198,187,234). Sum of RGB (Red+Green+Blue) = 198+187+234=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBEA is #394415. Grayscale: #C3C3C3. Windows color (decimal): -3752982 or 15383494. OLE color: 15383494.

HSL color Cylindrical-coordinate representation of color #C6BBEA: hue angle of 254.04º 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 #C6BBEA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198187234-
CMYK0.150.2000.08
HSL254.04º52.81%82.55%-
HSV(B)254.04º20.09%91.76%-
XYZ55.9153.4985.22-
YUV195.65149.64129.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.99%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=31.99%
G=30.21%
B=37.80%

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
Decimal1981872340.150.2000.08254.0452.8182.55
HexC6BBEAF1408fe3553
Octal306273352172401037665123
Binary11000110101110111110101011111010001000111111101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBEA; }

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

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

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

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

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

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

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

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