#C6BBE0

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

Shades of Melrose #C6BBE0

Tints of Melrose #C6BBE0

Color information

#C6BBE0 (or 0xC6BBE0) is unknown color: approx Melrose. HEX triplet: C6, BB and E0. RGB value is (198,187,224). Sum of RGB (Red+Green+Blue) = 198+187+224=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBE0 is #39441F. Grayscale: #C2C2C2. Windows color (decimal): -3752992 or 14728134. OLE color: 14728134.

HSL color Cylindrical-coordinate representation of color #C6BBE0: hue angle of 257.84º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6BBE0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198187224-
CMYK0.120.1700.12
HSL257.84º37.37%80.59%-
HSV(B)257.84º16.52%87.84%-
XYZ54.5152.9377.86-
YUV194.51144.64130.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.51%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=32.51%
G=30.71%
B=36.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1981872240.120.1700.12257.8437.3780.59
HexC6BBE0C110C1022551
Octal306273340142101440245121
Binary110001101011101111100000110010001011001000000101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBE0; }

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

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

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

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

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

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

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

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