Shades of Pale Slate #C5BEBB
Tints of Pale Slate #C5BEBB
RGB
CMYK
RGB Variations
Color information
#C5BEBB (or 0xC5BEBB) is known color: Pale Slate. HEX triplet: C5, BE and BB. RGB value is (197,190,187). Sum of RGB (Red+Green+Blue) = 197+190+187=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEBB is #3A4144. Grayscale: #BFBFBF. Windows color (decimal): -3817797 or 12304069. OLE color: 12304069.
HSL color Cylindrical-coordinate representation of color #C5BEBB: hue angle of 18º 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 #C5BEBB is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 187 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.23 |
| HSL | 18º | 0.08% | 0.75% | - |
| HSV(B) | 18º | 0.05% | 0.77% | - |
| XYZ | 50.41 | 52.29 | 54.45 | - |
| YUV | 191.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 187 | 0 | 0.04 | 0.05 | 0.23 | 18 | 0.08 | 0.75 |
| Hex | C5 | BE | BB | 0 | 4 | 5 | 17 | 12 | 8 | 4B |
| Octal | 305 | 276 | 273 | 0 | 4 | 5 | 27 | 22 | 10 | 113 |
| Binary | 11000101 | 10111110 | 10111011 | 0 | 100 | 101 | 10111 | 10010 | 1000 | 1001011 |
Color Harmonies of #C5BEBB
Complementary color
Monochromatic Colors of #C5BEBB
Black with #C5BEBB
Text Example
Text Example
White with #C5BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEBB; }
p { color: rgb(197,190,187); }
H1.HeaderClassName
{
color: #C5BEBB;
}
.AnyTagClassName
{
color: #C5BEBB;
}
</style>
background-color css
<style>
a { background-color: #C5BEBB; }
a { background-color: rgb(197,190,187); }
div.DivClassName
{
background-color: #C5BEBB;
}
.BgClassName
{
background-color: #C5BEBB;
}
</style>
border-color css
<style>
span { border-color: #C5BEBB; }
span { border-color: rgb(197,190,187); }
td.TdClassName
{
border-color: #C5BEBB;
}
.TagClassName
{
border-color: #C5BEBB;
}
</style>