#C6BBEC

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

Shades of Melrose #C6BBEC

Tints of Melrose #C6BBEC

Color information

#C6BBEC (or 0xC6BBEC) is unknown color: approx Melrose. HEX triplet: C6, BB and EC. RGB value is (198,187,236). Sum of RGB (Red+Green+Blue) = 198+187+236=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBEC is #394413. Grayscale: #C3C3C3. Windows color (decimal): -3752980 or 15514566. OLE color: 15514566.

HSL color Cylindrical-coordinate representation of color #C6BBEC: hue angle of 253.47º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BBEC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198187236-
CMYK0.160.2100.07
HSL253.47º56.32%82.94%-
HSV(B)253.47º20.76%92.55%-
XYZ56.253.686.74-
YUV195.88150.64129.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.88%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=31.88%
G=30.11%
B=38.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981872360.160.2100.07253.4756.3282.94
HexC6BBEC101507fd3853
Octal30627335420250737570123
Binary11000110101110111110110010000101010111111111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBEC; }

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

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

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

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

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

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

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

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