Shades of Pale Slate #C5BEBC
Tints of Pale Slate #C5BEBC
RGB
CMYK
RGB Variations
Color information
#C5BEBC (or 0xC5BEBC) is known color: Pale Slate. HEX triplet: C5, BE and BC. RGB value is (197,190,188). Sum of RGB (Red+Green+Blue) = 197+190+188=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEBC is #3A4143. Grayscale: #BFBFBF. Windows color (decimal): -3817796 or 12369605. OLE color: 12369605.
HSL color Cylindrical-coordinate representation of color #C5BEBC: hue angle of 13.33º degrees, saturation: 0.07, 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 #C5BEBC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 188 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.23 |
| HSL | 13.33º | 0.07% | 0.75% | - |
| HSV(B) | 13.33º | 0.05% | 0.77% | - |
| XYZ | 50.52 | 52.33 | 55.01 | - |
| YUV | 191.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 188 | 0 | 0.04 | 0.05 | 0.23 | 13.33 | 0.07 | 0.75 |
| Hex | C5 | BE | BC | 0 | 4 | 5 | 17 | D | 7 | 4B |
| Octal | 305 | 276 | 274 | 0 | 4 | 5 | 27 | 15 | 7 | 113 |
| Binary | 11000101 | 10111110 | 10111100 | 0 | 100 | 101 | 10111 | 1101 | 111 | 1001011 |
Color Harmonies of #C5BEBC
Complementary color
Monochromatic Colors of #C5BEBC
Black with #C5BEBC
Text Example
Text Example
White with #C5BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEBC; }
p { color: rgb(197,190,188); }
H1.HeaderClassName
{
color: #C5BEBC;
}
.AnyTagClassName
{
color: #C5BEBC;
}
</style>
background-color css
<style>
a { background-color: #C5BEBC; }
a { background-color: rgb(197,190,188); }
div.DivClassName
{
background-color: #C5BEBC;
}
.BgClassName
{
background-color: #C5BEBC;
}
</style>
border-color css
<style>
span { border-color: #C5BEBC; }
span { border-color: rgb(197,190,188); }
td.TdClassName
{
border-color: #C5BEBC;
}
.TagClassName
{
border-color: #C5BEBC;
}
</style>