Shades of Melrose #C0BAEB
Tints of Melrose #C0BAEB
RGB
CMYK
RGB Variations
Color information
#C0BAEB (or 0xC0BAEB) is known color: Melrose. HEX triplet: C0, BA and EB. RGB value is (192,186,235). Sum of RGB (Red+Green+Blue) = 192+186+235=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAEB is #3F4514. Grayscale: #C1C1C1. Windows color (decimal): -4146453 or 15448768. OLE color: 15448768.
HSL color Cylindrical-coordinate representation of color #C0BAEB: hue angle of 247.35º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BAEB is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 186 | 235 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.08 |
| HSL | 247.35º | 0.55% | 0.83% | - |
| HSV(B) | 247.35º | 0.21% | 0.92% | - |
| XYZ | 54.29 | 52.32 | 85.83 | - |
| YUV | 193.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 235 | 0.18 | 0.21 | 0 | 0.08 | 247.35 | 0.55 | 0.83 |
| Hex | C0 | BA | EB | 12 | 15 | 0 | 8 | F7 | 37 | 53 |
| Octal | 300 | 272 | 353 | 22 | 25 | 0 | 10 | 367 | 67 | 123 |
| Binary | 11000000 | 10111010 | 11101011 | 10010 | 10101 | 0 | 1000 | 11110111 | 110111 | 1010011 |
Color Harmonies of #C0BAEB
Complementary color
Monochromatic Colors of #C0BAEB
Black with #C0BAEB
Text Example
Text Example
White with #C0BAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAEB; }
p { color: rgb(192,186,235); }
H1.HeaderClassName
{
color: #C0BAEB;
}
.AnyTagClassName
{
color: #C0BAEB;
}
</style>
background-color css
<style>
a { background-color: #C0BAEB; }
a { background-color: rgb(192,186,235); }
div.DivClassName
{
background-color: #C0BAEB;
}
.BgClassName
{
background-color: #C0BAEB;
}
</style>
border-color css
<style>
span { border-color: #C0BAEB; }
span { border-color: rgb(192,186,235); }
td.TdClassName
{
border-color: #C0BAEB;
}
.TagClassName
{
border-color: #C0BAEB;
}
</style>