Shades of Pale Slate #C0BCBA
Tints of Pale Slate #C0BCBA
RGB
CMYK
RGB Variations
Color information
#C0BCBA (or 0xC0BCBA) is known color: Pale Slate. HEX triplet: C0, BC and BA. RGB value is (192,188,186). Sum of RGB (Red+Green+Blue) = 192+188+186=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCBA is #3F4345. Grayscale: #BCBCBC. Windows color (decimal): -4145990 or 12238016. OLE color: 12238016.
HSL color Cylindrical-coordinate representation of color #C0BCBA: hue angle of 20º 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 #C0BCBA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 188 | 186 | - |
CMYK | 0 | 0.02 | 0.03 | 0.25 |
HSL | 20º | 0.05% | 0.74% | - |
HSV(B) | 20º | 0.03% | 0.75% | - |
XYZ | 48.58 | 50.72 | 53.68 | - |
YUV | 188.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 188 | 186 | 0 | 0.02 | 0.03 | 0.25 | 20 | 0.05 | 0.74 |
Hex | C0 | BC | BA | 0 | 2 | 3 | 19 | 14 | 5 | 4A |
Octal | 300 | 274 | 272 | 0 | 2 | 3 | 31 | 24 | 5 | 112 |
Binary | 11000000 | 10111100 | 10111010 | 0 | 10 | 11 | 11001 | 10100 | 101 | 1001010 |
Color Harmonies of #C0BCBA
Complementary color
Monochromatic Colors of #C0BCBA
Black with #C0BCBA
Text Example
Text Example
White with #C0BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCBA; }
p { color: rgb(192,188,186); }
H1.HeaderClassName
{
color: #C0BCBA;
}
.AnyTagClassName
{
color: #C0BCBA;
}
</style>
background-color css
<style>
a { background-color: #C0BCBA; }
a { background-color: rgb(192,188,186); }
div.DivClassName
{
background-color: #C0BCBA;
}
.BgClassName
{
background-color: #C0BCBA;
}
</style>
border-color css
<style>
span { border-color: #C0BCBA; }
span { border-color: rgb(192,188,186); }
td.TdClassName
{
border-color: #C0BCBA;
}
.TagClassName
{
border-color: #C0BCBA;
}
</style>