#C6BBEB

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

Shades of Melrose #C6BBEB

Tints of Melrose #C6BBEB

Color information

#C6BBEB (or 0xC6BBEB) is unknown color: approx Melrose. HEX triplet: C6, BB and EB. RGB value is (198,187,235). Sum of RGB (Red+Green+Blue) = 198+187+235=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBEB is #394414. Grayscale: #C3C3C3. Windows color (decimal): -3752981 or 15449030. OLE color: 15449030.

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

Color convert

RGB198187235-
CMYK0.160.2000.08
HSL253.75º54.55%82.75%-
HSV(B)253.75º20.43%92.16%-
XYZ56.0553.5485.98-
YUV195.76150.14129.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.94%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=31.94%
G=30.16%
B=37.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981872350.160.2000.08253.7554.5582.75
HexC6BBEB101408fe3753
Octal306273353202401037667123
Binary110001101011101111101011100001010001000111111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBEB; }

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

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

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

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

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

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

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

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