#C6BCEE

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

Shades of Melrose #C6BCEE

Tints of Melrose #C6BCEE

Color information

#C6BCEE (or 0xC6BCEE) is unknown color: approx Melrose. HEX triplet: C6, BC and EE. RGB value is (198,188,238). Sum of RGB (Red+Green+Blue) = 198+188+238=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCEE is #394311. Grayscale: #C4C4C4. Windows color (decimal): -3752722 or 15645894. OLE color: 15645894.

HSL color Cylindrical-coordinate representation of color #C6BCEE: hue angle of 252º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BCEE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198188238-
CMYK0.170.2100.07
HSL252º59.52%83.53%-
HSV(B)252º21.01%93.33%-
XYZ56.754.1588.35-
YUV196.69151.31128.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.73%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=31.73%
G=30.13%
B=38.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981882380.170.2100.0725259.5283.53
HexC6BCEE111507fc3c54
Octal30627435621250737474124
Binary11000110101111001110111010001101010111111111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCEE; }

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

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

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

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

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

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

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

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