#C6BBE6

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

Shades of Melrose #C6BBE6

Tints of Melrose #C6BBE6

Color information

#C6BBE6 (or 0xC6BBE6) is unknown color: approx Melrose. HEX triplet: C6, BB and E6. RGB value is (198,187,230). Sum of RGB (Red+Green+Blue) = 198+187+230=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBE6 is #394419. Grayscale: #C3C3C3. Windows color (decimal): -3752986 or 15121350. OLE color: 15121350.

HSL color Cylindrical-coordinate representation of color #C6BBE6: hue angle of 255.35º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6BBE6 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB198187230-
CMYK0.140.1900.10
HSL255.35º46.24%81.76%-
HSV(B)255.35º18.7%90.2%-
XYZ55.3453.2682.23-
YUV195.19147.64130-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.20%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 230 (90.23% from 255) = 37.40%
R=32.20%
G=30.41%
B=37.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981872300.140.1900.10255.3546.2481.76
HexC6BBE6E130Aff2e52
Octal306273346162301237756122
Binary11000110101110111110011011101001101010111111111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBE6; }

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

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

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

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

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

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

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

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