Shades of Pale Slate #C0BCBB
Tints of Pale Slate #C0BCBB
RGB
CMYK
RGB Variations
Color information
#C0BCBB (or 0xC0BCBB) is known color: Pale Slate. HEX triplet: C0, BC and BB. RGB value is (192,188,187). Sum of RGB (Red+Green+Blue) = 192+188+187=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCBB is #3F4344. Grayscale: #BDBDBD. Windows color (decimal): -4145989 or 12303552. OLE color: 12303552.
HSL color Cylindrical-coordinate representation of color #C0BCBB: hue angle of 12º degrees, saturation: 0.04, 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 #C0BCBB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 187 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.25 |
| HSL | 12º | 0.04% | 0.74% | - |
| HSV(B) | 12º | 0.03% | 0.75% | - |
| XYZ | 48.69 | 50.76 | 54.25 | - |
| YUV | 189.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 187 | 0 | 0.02 | 0.03 | 0.25 | 12 | 0.04 | 0.74 |
| Hex | C0 | BC | BB | 0 | 2 | 3 | 19 | C | 4 | 4A |
| Octal | 300 | 274 | 273 | 0 | 2 | 3 | 31 | 14 | 4 | 112 |
| Binary | 11000000 | 10111100 | 10111011 | 0 | 10 | 11 | 11001 | 1100 | 100 | 1001010 |
Color Harmonies of #C0BCBB
Complementary color
Monochromatic Colors of #C0BCBB
Black with #C0BCBB
Text Example
Text Example
White with #C0BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCBB; }
p { color: rgb(192,188,187); }
H1.HeaderClassName
{
color: #C0BCBB;
}
.AnyTagClassName
{
color: #C0BCBB;
}
</style>
background-color css
<style>
a { background-color: #C0BCBB; }
a { background-color: rgb(192,188,187); }
div.DivClassName
{
background-color: #C0BCBB;
}
.BgClassName
{
background-color: #C0BCBB;
}
</style>
border-color css
<style>
span { border-color: #C0BCBB; }
span { border-color: rgb(192,188,187); }
td.TdClassName
{
border-color: #C0BCBB;
}
.TagClassName
{
border-color: #C0BCBB;
}
</style>