Shades of Melrose #C2BBE2
Tints of Melrose #C2BBE2
RGB
CMYK
RGB Variations
Color information
#C2BBE2 (or 0xC2BBE2) is known color: Melrose. HEX triplet: C2, BB and E2. RGB value is (194,187,226). Sum of RGB (Red+Green+Blue) = 194+187+226=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #C2BBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBE2 is #3D441D. Grayscale: #C1C1C1. Windows color (decimal): -4015134 or 14859202. OLE color: 14859202.
HSL color Cylindrical-coordinate representation of color #C2BBE2: hue angle of 250.77º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2BBE2 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 187 | 226 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.11 |
| HSL | 250.77º | 0.4% | 0.81% | - |
| HSV(B) | 250.77º | 0.17% | 0.89% | - |
| XYZ | 53.75 | 52.5 | 79.25 | - |
| YUV | 193.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 226 | 0.14 | 0.17 | 0 | 0.11 | 250.77 | 0.4 | 0.81 |
| Hex | C2 | BB | E2 | E | 11 | 0 | B | FB | 28 | 51 |
| Octal | 302 | 273 | 342 | 16 | 21 | 0 | 13 | 373 | 50 | 121 |
| Binary | 11000010 | 10111011 | 11100010 | 1110 | 10001 | 0 | 1011 | 11111011 | 101000 | 1010001 |
Color Harmonies of #C2BBE2
Complementary color
Monochromatic Colors of #C2BBE2
Black with #C2BBE2
Text Example
Text Example
White with #C2BBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBE2; }
p { color: rgb(194,187,226); }
H1.HeaderClassName
{
color: #C2BBE2;
}
.AnyTagClassName
{
color: #C2BBE2;
}
</style>
background-color css
<style>
a { background-color: #C2BBE2; }
a { background-color: rgb(194,187,226); }
div.DivClassName
{
background-color: #C2BBE2;
}
.BgClassName
{
background-color: #C2BBE2;
}
</style>
border-color css
<style>
span { border-color: #C2BBE2; }
span { border-color: rgb(194,187,226); }
td.TdClassName
{
border-color: #C2BBE2;
}
.TagClassName
{
border-color: #C2BBE2;
}
</style>