Shades of Pale Slate #C5BDB7
Tints of Pale Slate #C5BDB7
RGB
CMYK
RGB Variations
Color information
#C5BDB7 (or 0xC5BDB7) is known color: Pale Slate. HEX triplet: C5, BD and B7. RGB value is (197,189,183). Sum of RGB (Red+Green+Blue) = 197+189+183=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDB7 is #3A4248. Grayscale: #BEBEBE. Windows color (decimal): -3818057 or 12041669. OLE color: 12041669.
HSL color Cylindrical-coordinate representation of color #C5BDB7: hue angle of 25.71º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BDB7 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 183 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.23 |
| HSL | 25.71º | 0.11% | 0.75% | - |
| HSV(B) | 25.71º | 0.07% | 0.77% | - |
| XYZ | 49.77 | 51.68 | 52.15 | - |
| YUV | 190.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 183 | 0 | 0.04 | 0.07 | 0.23 | 25.71 | 0.11 | 0.75 |
| Hex | C5 | BD | B7 | 0 | 4 | 7 | 17 | 1A | B | 4B |
| Octal | 305 | 275 | 267 | 0 | 4 | 7 | 27 | 32 | 13 | 113 |
| Binary | 11000101 | 10111101 | 10110111 | 0 | 100 | 111 | 10111 | 11010 | 1011 | 1001011 |
Color Harmonies of #C5BDB7
Complementary color
Monochromatic Colors of #C5BDB7
Black with #C5BDB7
Text Example
Text Example
White with #C5BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDB7; }
p { color: rgb(197,189,183); }
H1.HeaderClassName
{
color: #C5BDB7;
}
.AnyTagClassName
{
color: #C5BDB7;
}
</style>
background-color css
<style>
a { background-color: #C5BDB7; }
a { background-color: rgb(197,189,183); }
div.DivClassName
{
background-color: #C5BDB7;
}
.BgClassName
{
background-color: #C5BDB7;
}
</style>
border-color css
<style>
span { border-color: #C5BDB7; }
span { border-color: rgb(197,189,183); }
td.TdClassName
{
border-color: #C5BDB7;
}
.TagClassName
{
border-color: #C5BDB7;
}
</style>