Shades of Melrose #C6BCEF
Tints of Melrose #C6BCEF
RGB
CMYK
RGB Variations
Color information
#C6BCEF (or 0xC6BCEF) is known color: Melrose. HEX triplet: C6, BC and EF. RGB value is (198,188,239). Sum of RGB (Red+Green+Blue) = 198+188+239=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCEF is #394310. Grayscale: #C4C4C4. Windows color (decimal): -3752721 or 15711430. OLE color: 15711430.
HSL color Cylindrical-coordinate representation of color #C6BCEF: hue angle of 251.76º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BCEF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 188 | 239 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.06 |
| HSL | 251.76º | 0.61% | 0.84% | - |
| HSV(B) | 251.76º | 0.21% | 0.94% | - |
| XYZ | 56.85 | 54.2 | 89.13 | - |
| YUV | 196.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 239 | 0.17 | 0.21 | 0 | 0.06 | 251.76 | 0.61 | 0.84 |
| Hex | C6 | BC | EF | 11 | 15 | 0 | 6 | FC | 3D | 54 |
| Octal | 306 | 274 | 357 | 21 | 25 | 0 | 6 | 374 | 75 | 124 |
| Binary | 11000110 | 10111100 | 11101111 | 10001 | 10101 | 0 | 110 | 11111100 | 111101 | 1010100 |
Color Harmonies of #C6BCEF
Complementary color
Monochromatic Colors of #C6BCEF
Black with #C6BCEF
Text Example
Text Example
White with #C6BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCEF; }
p { color: rgb(198,188,239); }
H1.HeaderClassName
{
color: #C6BCEF;
}
.AnyTagClassName
{
color: #C6BCEF;
}
</style>
background-color css
<style>
a { background-color: #C6BCEF; }
a { background-color: rgb(198,188,239); }
div.DivClassName
{
background-color: #C6BCEF;
}
.BgClassName
{
background-color: #C6BCEF;
}
</style>
border-color css
<style>
span { border-color: #C6BCEF; }
span { border-color: rgb(198,188,239); }
td.TdClassName
{
border-color: #C6BCEF;
}
.TagClassName
{
border-color: #C6BCEF;
}
</style>