Shades of Melrose #C6BCEB
Tints of Melrose #C6BCEB
RGB
CMYK
RGB Variations
Color information
#C6BCEB (or 0xC6BCEB) is known color: Melrose. HEX triplet: C6, BC and EB. RGB value is (198,188,235). Sum of RGB (Red+Green+Blue) = 198+188+235=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCEB is #394314. Grayscale: #C4C4C4. Windows color (decimal): -3752725 or 15449286. OLE color: 15449286.
HSL color Cylindrical-coordinate representation of color #C6BCEB: hue angle of 252.77º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BCEB is Cyan = 0.16, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 188 | 235 | - |
| CMYK | 0.16 | 0.2 | 0 | 0.08 |
| HSL | 252.77º | 0.54% | 0.83% | - |
| HSV(B) | 252.77º | 0.2% | 0.92% | - |
| XYZ | 56.27 | 53.97 | 86.05 | - |
| YUV | 196.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 235 | 0.16 | 0.2 | 0 | 0.08 | 252.77 | 0.54 | 0.83 |
| Hex | C6 | BC | EB | 10 | 14 | 0 | 8 | FD | 36 | 53 |
| Octal | 306 | 274 | 353 | 20 | 24 | 0 | 10 | 375 | 66 | 123 |
| Binary | 11000110 | 10111100 | 11101011 | 10000 | 10100 | 0 | 1000 | 11111101 | 110110 | 1010011 |
Color Harmonies of #C6BCEB
Complementary color
Monochromatic Colors of #C6BCEB
Black with #C6BCEB
Text Example
Text Example
White with #C6BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCEB; }
p { color: rgb(198,188,235); }
H1.HeaderClassName
{
color: #C6BCEB;
}
.AnyTagClassName
{
color: #C6BCEB;
}
</style>
background-color css
<style>
a { background-color: #C6BCEB; }
a { background-color: rgb(198,188,235); }
div.DivClassName
{
background-color: #C6BCEB;
}
.BgClassName
{
background-color: #C6BCEB;
}
</style>
border-color css
<style>
span { border-color: #C6BCEB; }
span { border-color: rgb(198,188,235); }
td.TdClassName
{
border-color: #C6BCEB;
}
.TagClassName
{
border-color: #C6BCEB;
}
</style>