Shades of Pale Slate #C0BDBA
Tints of Pale Slate #C0BDBA
RGB
CMYK
RGB Variations
Color information
#C0BDBA (or 0xC0BDBA) is known color: Pale Slate. HEX triplet: C0, BD and BA. RGB value is (192,189,186). Sum of RGB (Red+Green+Blue) = 192+189+186=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDBA is #3F4245. Grayscale: #BDBDBD. Windows color (decimal): -4145734 or 12238272. OLE color: 12238272.
HSL color Cylindrical-coordinate representation of color #C0BDBA: hue angle of 30º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BDBA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 186 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.25 |
| HSL | 30º | 0.05% | 0.74% | - |
| HSV(B) | 30º | 0.03% | 0.75% | - |
| XYZ | 48.8 | 51.15 | 53.75 | - |
| YUV | 189.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 186 | 0 | 0.02 | 0.03 | 0.25 | 30 | 0.05 | 0.74 |
| Hex | C0 | BD | BA | 0 | 2 | 3 | 19 | 1E | 5 | 4A |
| Octal | 300 | 275 | 272 | 0 | 2 | 3 | 31 | 36 | 5 | 112 |
| Binary | 11000000 | 10111101 | 10111010 | 0 | 10 | 11 | 11001 | 11110 | 101 | 1001010 |
Color Harmonies of #C0BDBA
Complementary color
Monochromatic Colors of #C0BDBA
Black with #C0BDBA
Text Example
Text Example
White with #C0BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDBA; }
p { color: rgb(192,189,186); }
H1.HeaderClassName
{
color: #C0BDBA;
}
.AnyTagClassName
{
color: #C0BDBA;
}
</style>
background-color css
<style>
a { background-color: #C0BDBA; }
a { background-color: rgb(192,189,186); }
div.DivClassName
{
background-color: #C0BDBA;
}
.BgClassName
{
background-color: #C0BDBA;
}
</style>
border-color css
<style>
span { border-color: #C0BDBA; }
span { border-color: rgb(192,189,186); }
td.TdClassName
{
border-color: #C0BDBA;
}
.TagClassName
{
border-color: #C0BDBA;
}
</style>