Shades of Melanie #C5BCBF
Tints of Melanie #C5BCBF
RGB
CMYK
RGB Variations
Color information
#C5BCBF (or 0xC5BCBF) is known color: Melanie. HEX triplet: C5, BC and BF. RGB value is (197,188,191). Sum of RGB (Red+Green+Blue) = 197+188+191=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCBF is #3A4340. Grayscale: #BFBFBF. Windows color (decimal): -3818305 or 12565701. OLE color: 12565701.
HSL color Cylindrical-coordinate representation of color #C5BCBF: hue angle of 340º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BCBF is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 191 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.23 |
| HSL | 340º | 0.07% | 0.75% | - |
| HSV(B) | 340º | 0.05% | 0.77% | - |
| XYZ | 50.41 | 51.6 | 56.59 | - |
| YUV | 191.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 191 | 0 | 0.05 | 0.03 | 0.23 | 340 | 0.07 | 0.75 |
| Hex | C5 | BC | BF | 0 | 5 | 3 | 17 | 154 | 7 | 4B |
| Octal | 305 | 274 | 277 | 0 | 5 | 3 | 27 | 524 | 7 | 113 |
| Binary | 11000101 | 10111100 | 10111111 | 0 | 101 | 11 | 10111 | 101010100 | 111 | 1001011 |
Color Harmonies of #C5BCBF
Complementary color
Monochromatic Colors of #C5BCBF
Black with #C5BCBF
Text Example
Text Example
White with #C5BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCBF; }
p { color: rgb(197,188,191); }
H1.HeaderClassName
{
color: #C5BCBF;
}
.AnyTagClassName
{
color: #C5BCBF;
}
</style>
background-color css
<style>
a { background-color: #C5BCBF; }
a { background-color: rgb(197,188,191); }
div.DivClassName
{
background-color: #C5BCBF;
}
.BgClassName
{
background-color: #C5BCBF;
}
</style>
border-color css
<style>
span { border-color: #C5BCBF; }
span { border-color: rgb(197,188,191); }
td.TdClassName
{
border-color: #C5BCBF;
}
.TagClassName
{
border-color: #C5BCBF;
}
</style>