Shades of Melrose #C0BAE8
Tints of Melrose #C0BAE8
RGB
CMYK
RGB Variations
Color information
#C0BAE8 (or 0xC0BAE8) is known color: Melrose. HEX triplet: C0, BA and E8. RGB value is (192,186,232). Sum of RGB (Red+Green+Blue) = 192+186+232=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #C0BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAE8 is #3F4517. Grayscale: #C0C0C0. Windows color (decimal): -4146456 or 15252160. OLE color: 15252160.
HSL color Cylindrical-coordinate representation of color #C0BAE8: hue angle of 247.83º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BAE8 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 186 | 232 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.09 |
| HSL | 247.83º | 0.5% | 0.82% | - |
| HSV(B) | 247.83º | 0.2% | 0.91% | - |
| XYZ | 53.86 | 52.15 | 83.57 | - |
| YUV | 193.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 232 | 0.17 | 0.20 | 0 | 0.09 | 247.83 | 0.5 | 0.82 |
| Hex | C0 | BA | E8 | 11 | 14 | 0 | 9 | F8 | 32 | 52 |
| Octal | 300 | 272 | 350 | 21 | 24 | 0 | 11 | 370 | 62 | 122 |
| Binary | 11000000 | 10111010 | 11101000 | 10001 | 10100 | 0 | 1001 | 11111000 | 110010 | 1010010 |
Color Harmonies of #C0BAE8
Complementary color
Monochromatic Colors of #C0BAE8
Black with #C0BAE8
Text Example
Text Example
White with #C0BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAE8; }
p { color: rgb(192,186,232); }
H1.HeaderClassName
{
color: #C0BAE8;
}
.AnyTagClassName
{
color: #C0BAE8;
}
</style>
background-color css
<style>
a { background-color: #C0BAE8; }
a { background-color: rgb(192,186,232); }
div.DivClassName
{
background-color: #C0BAE8;
}
.BgClassName
{
background-color: #C0BAE8;
}
</style>
border-color css
<style>
span { border-color: #C0BAE8; }
span { border-color: rgb(192,186,232); }
td.TdClassName
{
border-color: #C0BAE8;
}
.TagClassName
{
border-color: #C0BAE8;
}
</style>