Shades of Melrose #C2BBE9
Tints of Melrose #C2BBE9
RGB
CMYK
RGB Variations
Color information
#C2BBE9 (or 0xC2BBE9) is known color: Melrose. HEX triplet: C2, BB and E9. RGB value is (194,187,233). Sum of RGB (Red+Green+Blue) = 194+187+233=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBE9 is #3D4416. Grayscale: #C2C2C2. Windows color (decimal): -4015127 or 15317954. OLE color: 15317954.
HSL color Cylindrical-coordinate representation of color #C2BBE9: hue angle of 249.13º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BBE9 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 187 | 233 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.09 |
| HSL | 249.13º | 0.51% | 0.82% | - |
| HSV(B) | 249.13º | 0.2% | 0.91% | - |
| XYZ | 54.73 | 52.89 | 84.42 | - |
| YUV | 194.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 233 | 0.17 | 0.20 | 0 | 0.09 | 249.13 | 0.51 | 0.82 |
| Hex | C2 | BB | E9 | 11 | 14 | 0 | 9 | F9 | 33 | 52 |
| Octal | 302 | 273 | 351 | 21 | 24 | 0 | 11 | 371 | 63 | 122 |
| Binary | 11000010 | 10111011 | 11101001 | 10001 | 10100 | 0 | 1001 | 11111001 | 110011 | 1010010 |
Color Harmonies of #C2BBE9
Complementary color
Monochromatic Colors of #C2BBE9
Black with #C2BBE9
Text Example
Text Example
White with #C2BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBE9; }
p { color: rgb(194,187,233); }
H1.HeaderClassName
{
color: #C2BBE9;
}
.AnyTagClassName
{
color: #C2BBE9;
}
</style>
background-color css
<style>
a { background-color: #C2BBE9; }
a { background-color: rgb(194,187,233); }
div.DivClassName
{
background-color: #C2BBE9;
}
.BgClassName
{
background-color: #C2BBE9;
}
</style>
border-color css
<style>
span { border-color: #C2BBE9; }
span { border-color: rgb(194,187,233); }
td.TdClassName
{
border-color: #C2BBE9;
}
.TagClassName
{
border-color: #C2BBE9;
}
</style>