Shades of Melrose #C0BAE4
Tints of Melrose #C0BAE4
RGB
CMYK
RGB Variations
Color information
#C0BAE4 (or 0xC0BAE4) is known color: Melrose. HEX triplet: C0, BA and E4. RGB value is (192,186,228). Sum of RGB (Red+Green+Blue) = 192+186+228=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0BAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAE4 is #3F451B. Grayscale: #C0C0C0. Windows color (decimal): -4146460 or 14990016. OLE color: 14990016.
HSL color Cylindrical-coordinate representation of color #C0BAE4: hue angle of 248.57º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BAE4 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 186 | 228 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.11 |
| HSL | 248.57º | 0.44% | 0.81% | - |
| HSV(B) | 248.57º | 0.18% | 0.89% | - |
| XYZ | 53.3 | 51.93 | 80.61 | - |
| YUV | 192.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 228 | 0.16 | 0.18 | 0 | 0.11 | 248.57 | 0.44 | 0.81 |
| Hex | C0 | BA | E4 | 10 | 12 | 0 | B | F9 | 2C | 51 |
| Octal | 300 | 272 | 344 | 20 | 22 | 0 | 13 | 371 | 54 | 121 |
| Binary | 11000000 | 10111010 | 11100100 | 10000 | 10010 | 0 | 1011 | 11111001 | 101100 | 1010001 |
Color Harmonies of #C0BAE4
Complementary color
Monochromatic Colors of #C0BAE4
Black with #C0BAE4
Text Example
Text Example
White with #C0BAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAE4; }
p { color: rgb(192,186,228); }
H1.HeaderClassName
{
color: #C0BAE4;
}
.AnyTagClassName
{
color: #C0BAE4;
}
</style>
background-color css
<style>
a { background-color: #C0BAE4; }
a { background-color: rgb(192,186,228); }
div.DivClassName
{
background-color: #C0BAE4;
}
.BgClassName
{
background-color: #C0BAE4;
}
</style>
border-color css
<style>
span { border-color: #C0BAE4; }
span { border-color: rgb(192,186,228); }
td.TdClassName
{
border-color: #C0BAE4;
}
.TagClassName
{
border-color: #C0BAE4;
}
</style>