Shades of Melrose #C0BBEE
Tints of Melrose #C0BBEE
RGB
CMYK
RGB Variations
Color information
#C0BBEE (or 0xC0BBEE) is known color: Melrose. HEX triplet: C0, BB and EE. RGB value is (192,187,238). Sum of RGB (Red+Green+Blue) = 192+187+238=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBEE is #3F4411. Grayscale: #C2C2C2. Windows color (decimal): -4146194 or 15645632. OLE color: 15645632.
HSL color Cylindrical-coordinate representation of color #C0BBEE: hue angle of 245.88º degrees, saturation: 0.6, 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 #C0BBEE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 187 | 238 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.07 |
| HSL | 245.88º | 0.6% | 0.83% | - |
| HSV(B) | 245.88º | 0.21% | 0.93% | - |
| XYZ | 54.94 | 52.92 | 88.21 | - |
| YUV | 194.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 238 | 0.19 | 0.21 | 0 | 0.07 | 245.88 | 0.6 | 0.83 |
| Hex | C0 | BB | EE | 13 | 15 | 0 | 7 | F6 | 3C | 53 |
| Octal | 300 | 273 | 356 | 23 | 25 | 0 | 7 | 366 | 74 | 123 |
| Binary | 11000000 | 10111011 | 11101110 | 10011 | 10101 | 0 | 111 | 11110110 | 111100 | 1010011 |
Color Harmonies of #C0BBEE
Complementary color
Monochromatic Colors of #C0BBEE
Black with #C0BBEE
Text Example
Text Example
White with #C0BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBEE; }
p { color: rgb(192,187,238); }
H1.HeaderClassName
{
color: #C0BBEE;
}
.AnyTagClassName
{
color: #C0BBEE;
}
</style>
background-color css
<style>
a { background-color: #C0BBEE; }
a { background-color: rgb(192,187,238); }
div.DivClassName
{
background-color: #C0BBEE;
}
.BgClassName
{
background-color: #C0BBEE;
}
</style>
border-color css
<style>
span { border-color: #C0BBEE; }
span { border-color: rgb(192,187,238); }
td.TdClassName
{
border-color: #C0BBEE;
}
.TagClassName
{
border-color: #C0BBEE;
}
</style>