#C6BCE6

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

Shades of Melrose #C6BCE6

Tints of Melrose #C6BCE6

Color information

#C6BCE6 (or 0xC6BCE6) is unknown color: approx Melrose. HEX triplet: C6, BC and E6. RGB value is (198,188,230). Sum of RGB (Red+Green+Blue) = 198+188+230=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCE6 is #394319. Grayscale: #C3C3C3. Windows color (decimal): -3752730 or 15121606. OLE color: 15121606.

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

Color convert

RGB198188230-
CMYK0.140.1800.10
HSL254.29º45.65%81.96%-
HSV(B)254.29º18.26%90.2%-
XYZ55.5553.6982.3-
YUV195.78147.31129.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.14%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 230 (90.23% from 255) = 37.34%
R=32.14%
G=30.52%
B=37.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981882300.140.1800.10254.2945.6581.96
HexC6BCE6E120Afe2e52
Octal306274346162201237656122
Binary11000110101111001110011011101001001010111111101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCE6; }

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

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

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

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

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

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

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

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