Shades of Pale Slate #C9BEB8
Tints of Pale Slate #C9BEB8
RGB
CMYK
RGB Variations
Color information
#C9BEB8 (or 0xC9BEB8) is known color: Pale Slate. HEX triplet: C9, BE and B8. RGB value is (201,190,184). Sum of RGB (Red+Green+Blue) = 201+190+184=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEB8 is #364147. Grayscale: #C0C0C0. Windows color (decimal): -3555656 or 12107465. OLE color: 12107465.
HSL color Cylindrical-coordinate representation of color #C9BEB8: hue angle of 21.18º 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 #C9BEB8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 184 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.21 |
| HSL | 21.18º | 0.14% | 0.75% | - |
| HSV(B) | 21.18º | 0.08% | 0.79% | - |
| XYZ | 51.15 | 52.71 | 52.82 | - |
| YUV | 192.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 184 | 0 | 0.05 | 0.08 | 0.21 | 21.18 | 0.14 | 0.75 |
| Hex | C9 | BE | B8 | 0 | 5 | 8 | 15 | 15 | E | 4B |
| Octal | 311 | 276 | 270 | 0 | 5 | 10 | 25 | 25 | 16 | 113 |
| Binary | 11001001 | 10111110 | 10111000 | 0 | 101 | 1000 | 10101 | 10101 | 1110 | 1001011 |
Color Harmonies of #C9BEB8
Complementary color
Monochromatic Colors of #C9BEB8
Black with #C9BEB8
Text Example
Text Example
White with #C9BEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEB8; }
p { color: rgb(201,190,184); }
H1.HeaderClassName
{
color: #C9BEB8;
}
.AnyTagClassName
{
color: #C9BEB8;
}
</style>
background-color css
<style>
a { background-color: #C9BEB8; }
a { background-color: rgb(201,190,184); }
div.DivClassName
{
background-color: #C9BEB8;
}
.BgClassName
{
background-color: #C9BEB8;
}
</style>
border-color css
<style>
span { border-color: #C9BEB8; }
span { border-color: rgb(201,190,184); }
td.TdClassName
{
border-color: #C9BEB8;
}
.TagClassName
{
border-color: #C9BEB8;
}
</style>