Shades of Pale Slate #C5BFBB
Tints of Pale Slate #C5BFBB
RGB
CMYK
RGB Variations
Color information
#C5BFBB (or 0xC5BFBB) is known color: Pale Slate. HEX triplet: C5, BF and BB. RGB value is (197,191,187). Sum of RGB (Red+Green+Blue) = 197+191+187=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFBB is #3A4044. Grayscale: #C0C0C0. Windows color (decimal): -3817541 or 12304325. OLE color: 12304325.
HSL color Cylindrical-coordinate representation of color #C5BFBB: hue angle of 24º degrees, saturation: 0.08, 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 #C5BFBB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 187 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.23 |
| HSL | 24º | 0.08% | 0.75% | - |
| HSV(B) | 24º | 0.05% | 0.77% | - |
| XYZ | 50.63 | 52.72 | 54.52 | - |
| YUV | 192.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 187 | 0 | 0.03 | 0.05 | 0.23 | 24 | 0.08 | 0.75 |
| Hex | C5 | BF | BB | 0 | 3 | 5 | 17 | 18 | 8 | 4B |
| Octal | 305 | 277 | 273 | 0 | 3 | 5 | 27 | 30 | 10 | 113 |
| Binary | 11000101 | 10111111 | 10111011 | 0 | 11 | 101 | 10111 | 11000 | 1000 | 1001011 |
Color Harmonies of #C5BFBB
Complementary color
Monochromatic Colors of #C5BFBB
Black with #C5BFBB
Text Example
Text Example
White with #C5BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFBB; }
p { color: rgb(197,191,187); }
H1.HeaderClassName
{
color: #C5BFBB;
}
.AnyTagClassName
{
color: #C5BFBB;
}
</style>
background-color css
<style>
a { background-color: #C5BFBB; }
a { background-color: rgb(197,191,187); }
div.DivClassName
{
background-color: #C5BFBB;
}
.BgClassName
{
background-color: #C5BFBB;
}
</style>
border-color css
<style>
span { border-color: #C5BFBB; }
span { border-color: rgb(197,191,187); }
td.TdClassName
{
border-color: #C5BFBB;
}
.TagClassName
{
border-color: #C5BFBB;
}
</style>