#C6BCE9

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

Shades of Melrose #C6BCE9

Tints of Melrose #C6BCE9

Color information

#C6BCE9 (or 0xC6BCE9) is unknown color: approx Melrose. HEX triplet: C6, BC and E9. RGB value is (198,188,233). Sum of RGB (Red+Green+Blue) = 198+188+233=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCE9 is #394316. Grayscale: #C3C3C3. Windows color (decimal): -3752727 or 15318214. OLE color: 15318214.

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

Color convert

RGB198188233-
CMYK0.150.1900.09
HSL253.33º50.56%82.55%-
HSV(B)253.33º19.31%91.37%-
XYZ55.9853.8684.54-
YUV196.12148.81129.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.99%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=31.99%
G=30.37%
B=37.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1981882330.150.1900.09253.3350.5682.55
HexC6BCE9F1309fd3353
Octal306274351172301137563123
Binary11000110101111001110100111111001101001111111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCE9; }

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

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

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

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

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

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

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

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