Shades of Pale Slate #C5BFBC
Tints of Pale Slate #C5BFBC
RGB
CMYK
RGB Variations
Color information
#C5BFBC (or 0xC5BFBC) is known color: Pale Slate. HEX triplet: C5, BF and BC. RGB value is (197,191,188). Sum of RGB (Red+Green+Blue) = 197+191+188=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFBC is #3A4043. Grayscale: #C0C0C0. Windows color (decimal): -3817540 or 12369861. OLE color: 12369861.
HSL color Cylindrical-coordinate representation of color #C5BFBC: hue angle of 20º 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 #C5BFBC is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 188 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.23 |
| HSL | 20º | 0.07% | 0.75% | - |
| HSV(B) | 20º | 0.05% | 0.77% | - |
| XYZ | 50.73 | 52.76 | 55.09 | - |
| YUV | 192.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 188 | 0 | 0.03 | 0.05 | 0.23 | 20 | 0.07 | 0.75 |
| Hex | C5 | BF | BC | 0 | 3 | 5 | 17 | 14 | 7 | 4B |
| Octal | 305 | 277 | 274 | 0 | 3 | 5 | 27 | 24 | 7 | 113 |
| Binary | 11000101 | 10111111 | 10111100 | 0 | 11 | 101 | 10111 | 10100 | 111 | 1001011 |
Color Harmonies of #C5BFBC
Complementary color
Monochromatic Colors of #C5BFBC
Black with #C5BFBC
Text Example
Text Example
White with #C5BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFBC; }
p { color: rgb(197,191,188); }
H1.HeaderClassName
{
color: #C5BFBC;
}
.AnyTagClassName
{
color: #C5BFBC;
}
</style>
background-color css
<style>
a { background-color: #C5BFBC; }
a { background-color: rgb(197,191,188); }
div.DivClassName
{
background-color: #C5BFBC;
}
.BgClassName
{
background-color: #C5BFBC;
}
</style>
border-color css
<style>
span { border-color: #C5BFBC; }
span { border-color: rgb(197,191,188); }
td.TdClassName
{
border-color: #C5BFBC;
}
.TagClassName
{
border-color: #C5BFBC;
}
</style>