#C6BBE9

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

Shades of Melrose #C6BBE9

Tints of Melrose #C6BBE9

Color information

#C6BBE9 (or 0xC6BBE9) is unknown color: approx Melrose. HEX triplet: C6, BB and E9. RGB value is (198,187,233). Sum of RGB (Red+Green+Blue) = 198+187+233=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBE9 is #394416. Grayscale: #C3C3C3. Windows color (decimal): -3752983 or 15317958. OLE color: 15317958.

HSL color Cylindrical-coordinate representation of color #C6BBE9: hue angle of 254.35º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BBE9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB198187233-
CMYK0.150.2000.09
HSL254.35º51.11%82.35%-
HSV(B)254.35º19.74%91.37%-
XYZ55.7753.4384.46-
YUV195.53149.14129.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.04%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=32.04%
G=30.26%
B=37.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1981872330.150.2000.09254.3551.1182.35
HexC6BBE9F1409fe3352
Octal306273351172401137663122
Binary11000110101110111110100111111010001001111111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBE9; }

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

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

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

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

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

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

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

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