Shades of Melrose #C6BCEC
Tints of Melrose #C6BCEC
RGB
CMYK
RGB Variations
Color information
#C6BCEC (or 0xC6BCEC) is known color: Melrose. HEX triplet: C6, BC and EC. RGB value is (198,188,236). Sum of RGB (Red+Green+Blue) = 198+188+236=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCEC is #394313. Grayscale: #C4C4C4. Windows color (decimal): -3752724 or 15514822. OLE color: 15514822.
HSL color Cylindrical-coordinate representation of color #C6BCEC: hue angle of 252.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BCEC is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 188 | 236 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.07 |
| HSL | 252.5º | 0.56% | 0.83% | - |
| HSV(B) | 252.5º | 0.2% | 0.93% | - |
| XYZ | 56.41 | 54.03 | 86.81 | - |
| YUV | 196.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 236 | 0.16 | 0.20 | 0 | 0.07 | 252.5 | 0.56 | 0.83 |
| Hex | C6 | BC | EC | 10 | 14 | 0 | 7 | FD | 38 | 53 |
| Octal | 306 | 274 | 354 | 20 | 24 | 0 | 7 | 375 | 70 | 123 |
| Binary | 11000110 | 10111100 | 11101100 | 10000 | 10100 | 0 | 111 | 11111101 | 111000 | 1010011 |
Color Harmonies of #C6BCEC
Complementary color
Monochromatic Colors of #C6BCEC
Black with #C6BCEC
Text Example
Text Example
White with #C6BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCEC; }
p { color: rgb(198,188,236); }
H1.HeaderClassName
{
color: #C6BCEC;
}
.AnyTagClassName
{
color: #C6BCEC;
}
</style>
background-color css
<style>
a { background-color: #C6BCEC; }
a { background-color: rgb(198,188,236); }
div.DivClassName
{
background-color: #C6BCEC;
}
.BgClassName
{
background-color: #C6BCEC;
}
</style>
border-color css
<style>
span { border-color: #C6BCEC; }
span { border-color: rgb(198,188,236); }
td.TdClassName
{
border-color: #C6BCEC;
}
.TagClassName
{
border-color: #C6BCEC;
}
</style>