Shades of Melrose #C0BBED
Tints of Melrose #C0BBED
RGB
CMYK
RGB Variations
Color information
#C0BBED (or 0xC0BBED) is known color: Melrose. HEX triplet: C0, BB and ED. RGB value is (192,187,237). Sum of RGB (Red+Green+Blue) = 192+187+237=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBED is #3F4412. Grayscale: #C2C2C2. Windows color (decimal): -4146195 or 15580096. OLE color: 15580096.
HSL color Cylindrical-coordinate representation of color #C0BBED: hue angle of 246º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BBED is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 187 | 237 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.07 |
| HSL | 246º | 0.58% | 0.83% | - |
| HSV(B) | 246º | 0.21% | 0.93% | - |
| XYZ | 54.79 | 52.86 | 87.44 | - |
| YUV | 194.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 237 | 0.19 | 0.21 | 0 | 0.07 | 246 | 0.58 | 0.83 |
| Hex | C0 | BB | ED | 13 | 15 | 0 | 7 | F6 | 3A | 53 |
| Octal | 300 | 273 | 355 | 23 | 25 | 0 | 7 | 366 | 72 | 123 |
| Binary | 11000000 | 10111011 | 11101101 | 10011 | 10101 | 0 | 111 | 11110110 | 111010 | 1010011 |
Color Harmonies of #C0BBED
Complementary color
Monochromatic Colors of #C0BBED
Black with #C0BBED
Text Example
Text Example
White with #C0BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBED; }
p { color: rgb(192,187,237); }
H1.HeaderClassName
{
color: #C0BBED;
}
.AnyTagClassName
{
color: #C0BBED;
}
</style>
background-color css
<style>
a { background-color: #C0BBED; }
a { background-color: rgb(192,187,237); }
div.DivClassName
{
background-color: #C0BBED;
}
.BgClassName
{
background-color: #C0BBED;
}
</style>
border-color css
<style>
span { border-color: #C0BBED; }
span { border-color: rgb(192,187,237); }
td.TdClassName
{
border-color: #C0BBED;
}
.TagClassName
{
border-color: #C0BBED;
}
</style>