Shades of Pale Slate #C9BFB8
Tints of Pale Slate #C9BFB8
RGB
CMYK
RGB Variations
Color information
#C9BFB8 (or 0xC9BFB8) is known color: Pale Slate. HEX triplet: C9, BF and B8. RGB value is (201,191,184). Sum of RGB (Red+Green+Blue) = 201+191+184=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFB8 is #364047. Grayscale: #C1C1C1. Windows color (decimal): -3555400 or 12107721. OLE color: 12107721.
HSL color Cylindrical-coordinate representation of color #C9BFB8: hue angle of 24.71º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BFB8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 184 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.21 |
| HSL | 24.71º | 0.14% | 0.75% | - |
| HSV(B) | 24.71º | 0.08% | 0.79% | - |
| XYZ | 51.37 | 53.14 | 52.9 | - |
| YUV | 193.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 184 | 0 | 0.05 | 0.08 | 0.21 | 24.71 | 0.14 | 0.75 |
| Hex | C9 | BF | B8 | 0 | 5 | 8 | 15 | 19 | E | 4B |
| Octal | 311 | 277 | 270 | 0 | 5 | 10 | 25 | 31 | 16 | 113 |
| Binary | 11001001 | 10111111 | 10111000 | 0 | 101 | 1000 | 10101 | 11001 | 1110 | 1001011 |
Color Harmonies of #C9BFB8
Complementary color
Monochromatic Colors of #C9BFB8
Black with #C9BFB8
Text Example
Text Example
White with #C9BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFB8; }
p { color: rgb(201,191,184); }
H1.HeaderClassName
{
color: #C9BFB8;
}
.AnyTagClassName
{
color: #C9BFB8;
}
</style>
background-color css
<style>
a { background-color: #C9BFB8; }
a { background-color: rgb(201,191,184); }
div.DivClassName
{
background-color: #C9BFB8;
}
.BgClassName
{
background-color: #C9BFB8;
}
</style>
border-color css
<style>
span { border-color: #C9BFB8; }
span { border-color: rgb(201,191,184); }
td.TdClassName
{
border-color: #C9BFB8;
}
.TagClassName
{
border-color: #C9BFB8;
}
</style>