Shades of Melanie #C2BBBD
Tints of Melanie #C2BBBD
RGB
CMYK
RGB Variations
Color information
#C2BBBD (or 0xC2BBBD) is known color: Melanie. HEX triplet: C2, BB and BD. RGB value is (194,187,189). Sum of RGB (Red+Green+Blue) = 194+187+189=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBBD is #3D4442. Grayscale: #BDBDBD. Windows color (decimal): -4015171 or 12434370. OLE color: 12434370.
HSL color Cylindrical-coordinate representation of color #C2BBBD: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BBBD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 189 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.24 |
| HSL | 342.86º | 0.05% | 0.75% | - |
| HSV(B) | 342.86º | 0.04% | 0.76% | - |
| XYZ | 49.2 | 50.68 | 55.33 | - |
| YUV | 189.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 189 | 0 | 0.04 | 0.03 | 0.24 | 342.86 | 0.05 | 0.75 |
| Hex | C2 | BB | BD | 0 | 4 | 3 | 18 | 157 | 5 | 4B |
| Octal | 302 | 273 | 275 | 0 | 4 | 3 | 30 | 527 | 5 | 113 |
| Binary | 11000010 | 10111011 | 10111101 | 0 | 100 | 11 | 11000 | 101010111 | 101 | 1001011 |
Color Harmonies of #C2BBBD
Complementary color
Monochromatic Colors of #C2BBBD
Black with #C2BBBD
Text Example
Text Example
White with #C2BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBBD; }
p { color: rgb(194,187,189); }
H1.HeaderClassName
{
color: #C2BBBD;
}
.AnyTagClassName
{
color: #C2BBBD;
}
</style>
background-color css
<style>
a { background-color: #C2BBBD; }
a { background-color: rgb(194,187,189); }
div.DivClassName
{
background-color: #C2BBBD;
}
.BgClassName
{
background-color: #C2BBBD;
}
</style>
border-color css
<style>
span { border-color: #C2BBBD; }
span { border-color: rgb(194,187,189); }
td.TdClassName
{
border-color: #C2BBBD;
}
.TagClassName
{
border-color: #C2BBBD;
}
</style>