Shades of Pale Slate #C5BCB8
Tints of Pale Slate #C5BCB8
RGB
CMYK
RGB Variations
Color information
#C5BCB8 (or 0xC5BCB8) is known color: Pale Slate. HEX triplet: C5, BC and B8. RGB value is (197,188,184). Sum of RGB (Red+Green+Blue) = 197+188+184=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCB8 is #3A4347. Grayscale: #BEBEBE. Windows color (decimal): -3818312 or 12106949. OLE color: 12106949.
HSL color Cylindrical-coordinate representation of color #C5BCB8: hue angle of 18.46º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BCB8 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 184 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.23 |
| HSL | 18.46º | 0.1% | 0.75% | - |
| HSV(B) | 18.46º | 0.07% | 0.77% | - |
| XYZ | 49.66 | 51.3 | 52.63 | - |
| YUV | 190.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 184 | 0 | 0.05 | 0.07 | 0.23 | 18.46 | 0.1 | 0.75 |
| Hex | C5 | BC | B8 | 0 | 5 | 7 | 17 | 12 | A | 4B |
| Octal | 305 | 274 | 270 | 0 | 5 | 7 | 27 | 22 | 12 | 113 |
| Binary | 11000101 | 10111100 | 10111000 | 0 | 101 | 111 | 10111 | 10010 | 1010 | 1001011 |
Color Harmonies of #C5BCB8
Complementary color
Monochromatic Colors of #C5BCB8
Black with #C5BCB8
Text Example
Text Example
White with #C5BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCB8; }
p { color: rgb(197,188,184); }
H1.HeaderClassName
{
color: #C5BCB8;
}
.AnyTagClassName
{
color: #C5BCB8;
}
</style>
background-color css
<style>
a { background-color: #C5BCB8; }
a { background-color: rgb(197,188,184); }
div.DivClassName
{
background-color: #C5BCB8;
}
.BgClassName
{
background-color: #C5BCB8;
}
</style>
border-color css
<style>
span { border-color: #C5BCB8; }
span { border-color: rgb(197,188,184); }
td.TdClassName
{
border-color: #C5BCB8;
}
.TagClassName
{
border-color: #C5BCB8;
}
</style>