Shades of Pale Slate #C5BDB8
Tints of Pale Slate #C5BDB8
RGB
CMYK
RGB Variations
Color information
#C5BDB8 (or 0xC5BDB8) is known color: Pale Slate. HEX triplet: C5, BD and B8. RGB value is (197,189,184). Sum of RGB (Red+Green+Blue) = 197+189+184=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDB8 is #3A4247. Grayscale: #BEBEBE. Windows color (decimal): -3818056 or 12107205. OLE color: 12107205.
HSL color Cylindrical-coordinate representation of color #C5BDB8: hue angle of 23.08º 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 #C5BDB8 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 184 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.23 |
| HSL | 23.08º | 0.1% | 0.75% | - |
| HSV(B) | 23.08º | 0.07% | 0.77% | - |
| XYZ | 49.88 | 51.73 | 52.7 | - |
| YUV | 190.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 184 | 0 | 0.04 | 0.07 | 0.23 | 23.08 | 0.1 | 0.75 |
| Hex | C5 | BD | B8 | 0 | 4 | 7 | 17 | 17 | A | 4B |
| Octal | 305 | 275 | 270 | 0 | 4 | 7 | 27 | 27 | 12 | 113 |
| Binary | 11000101 | 10111101 | 10111000 | 0 | 100 | 111 | 10111 | 10111 | 1010 | 1001011 |
Color Harmonies of #C5BDB8
Complementary color
Monochromatic Colors of #C5BDB8
Black with #C5BDB8
Text Example
Text Example
White with #C5BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDB8; }
p { color: rgb(197,189,184); }
H1.HeaderClassName
{
color: #C5BDB8;
}
.AnyTagClassName
{
color: #C5BDB8;
}
</style>
background-color css
<style>
a { background-color: #C5BDB8; }
a { background-color: rgb(197,189,184); }
div.DivClassName
{
background-color: #C5BDB8;
}
.BgClassName
{
background-color: #C5BDB8;
}
</style>
border-color css
<style>
span { border-color: #C5BDB8; }
span { border-color: rgb(197,189,184); }
td.TdClassName
{
border-color: #C5BDB8;
}
.TagClassName
{
border-color: #C5BDB8;
}
</style>