Shades of Melrose #C0BBF0
Tints of Melrose #C0BBF0
RGB
CMYK
RGB Variations
Color information
#C0BBF0 (or 0xC0BBF0) is known color: Melrose. HEX triplet: C0, BB and F0. RGB value is (192,187,240). Sum of RGB (Red+Green+Blue) = 192+187+240=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF0 is #3F440F. Grayscale: #C2C2C2. Windows color (decimal): -4146192 or 15776704. OLE color: 15776704.
HSL color Cylindrical-coordinate representation of color #C0BBF0: hue angle of 245.66º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BBF0 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 187 | 240 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.06 |
| HSL | 245.66º | 0.64% | 0.84% | - |
| HSV(B) | 245.66º | 0.22% | 0.94% | - |
| XYZ | 55.24 | 53.04 | 89.76 | - |
| YUV | 194.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 240 | 0.20 | 0.22 | 0 | 0.06 | 245.66 | 0.64 | 0.84 |
| Hex | C0 | BB | F0 | 14 | 16 | 0 | 6 | F6 | 40 | 54 |
| Octal | 300 | 273 | 360 | 24 | 26 | 0 | 6 | 366 | 100 | 124 |
| Binary | 11000000 | 10111011 | 11110000 | 10100 | 10110 | 0 | 110 | 11110110 | 1000000 | 1010100 |
Color Harmonies of #C0BBF0
Complementary color
Monochromatic Colors of #C0BBF0
Black with #C0BBF0
Text Example
Text Example
White with #C0BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBF0; }
p { color: rgb(192,187,240); }
H1.HeaderClassName
{
color: #C0BBF0;
}
.AnyTagClassName
{
color: #C0BBF0;
}
</style>
background-color css
<style>
a { background-color: #C0BBF0; }
a { background-color: rgb(192,187,240); }
div.DivClassName
{
background-color: #C0BBF0;
}
.BgClassName
{
background-color: #C0BBF0;
}
</style>
border-color css
<style>
span { border-color: #C0BBF0; }
span { border-color: rgb(192,187,240); }
td.TdClassName
{
border-color: #C0BBF0;
}
.TagClassName
{
border-color: #C0BBF0;
}
</style>