Shades of Pale Slate #BCBAB9
Tints of Pale Slate #BCBAB9
RGB
CMYK
RGB Variations
Color information
#BCBAB9 (or 0xBCBAB9) is known color: Pale Slate. HEX triplet: BC, BA and B9. RGB value is (188,186,185). Sum of RGB (Red+Green+Blue) = 188+186+185=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB9 is #434546. Grayscale: #BABABA. Windows color (decimal): -4408647 or 12171964. OLE color: 12171964.
HSL color Cylindrical-coordinate representation of color #BCBAB9: hue angle of 20º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBAB9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 186 | 185 | - |
CMYK | 0 | 0.01 | 0.02 | 0.26 |
HSL | 20º | 0.02% | 0.73% | - |
HSV(B) | 20º | 0.02% | 0.74% | - |
XYZ | 47.05 | 49.31 | 52.94 | - |
YUV | 186.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 186 | 185 | 0 | 0.01 | 0.02 | 0.26 | 20 | 0.02 | 0.73 |
Hex | BC | BA | B9 | 0 | 1 | 2 | 1A | 14 | 2 | 49 |
Octal | 274 | 272 | 271 | 0 | 1 | 2 | 32 | 24 | 2 | 111 |
Binary | 10111100 | 10111010 | 10111001 | 0 | 1 | 10 | 11010 | 10100 | 10 | 1001001 |
Color Harmonies of #BCBAB9
Complementary color
Monochromatic Colors of #BCBAB9
Black with #BCBAB9
Text Example
Text Example
White with #BCBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAB9; }
p { color: rgb(188,186,185); }
H1.HeaderClassName
{
color: #BCBAB9;
}
.AnyTagClassName
{
color: #BCBAB9;
}
</style>
background-color css
<style>
a { background-color: #BCBAB9; }
a { background-color: rgb(188,186,185); }
div.DivClassName
{
background-color: #BCBAB9;
}
.BgClassName
{
background-color: #BCBAB9;
}
</style>
border-color css
<style>
span { border-color: #BCBAB9; }
span { border-color: rgb(188,186,185); }
td.TdClassName
{
border-color: #BCBAB9;
}
.TagClassName
{
border-color: #BCBAB9;
}
</style>