Shades of Melrose #C0BBF1
Tints of Melrose #C0BBF1
RGB
CMYK
RGB Variations
Color information
#C0BBF1 (or 0xC0BBF1) is known color: Melrose. HEX triplet: C0, BB and F1. RGB value is (192,187,241). Sum of RGB (Red+Green+Blue) = 192+187+241=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF1 is #3F440E. Grayscale: #C2C2C2. Windows color (decimal): -4146191 or 15842240. OLE color: 15842240.
HSL color Cylindrical-coordinate representation of color #C0BBF1: hue angle of 245.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BBF1 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 187 | 241 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.05 |
| HSL | 245.56º | 0.66% | 0.84% | - |
| HSV(B) | 245.56º | 0.22% | 0.95% | - |
| XYZ | 55.39 | 53.1 | 90.55 | - |
| YUV | 194.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 241 | 0.20 | 0.22 | 0 | 0.05 | 245.56 | 0.66 | 0.84 |
| Hex | C0 | BB | F1 | 14 | 16 | 0 | 5 | F6 | 42 | 54 |
| Octal | 300 | 273 | 361 | 24 | 26 | 0 | 5 | 366 | 102 | 124 |
| Binary | 11000000 | 10111011 | 11110001 | 10100 | 10110 | 0 | 101 | 11110110 | 1000010 | 1010100 |
Color Harmonies of #C0BBF1
Complementary color
Monochromatic Colors of #C0BBF1
Black with #C0BBF1
Text Example
Text Example
White with #C0BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBF1; }
p { color: rgb(192,187,241); }
H1.HeaderClassName
{
color: #C0BBF1;
}
.AnyTagClassName
{
color: #C0BBF1;
}
</style>
background-color css
<style>
a { background-color: #C0BBF1; }
a { background-color: rgb(192,187,241); }
div.DivClassName
{
background-color: #C0BBF1;
}
.BgClassName
{
background-color: #C0BBF1;
}
</style>
border-color css
<style>
span { border-color: #C0BBF1; }
span { border-color: rgb(192,187,241); }
td.TdClassName
{
border-color: #C0BBF1;
}
.TagClassName
{
border-color: #C0BBF1;
}
</style>