Shades of Pale Slate #BCBAB8
Tints of Pale Slate #BCBAB8
RGB
CMYK
RGB Variations
Color information
#BCBAB8 (or 0xBCBAB8) is known color: Pale Slate. HEX triplet: BC, BA and B8. RGB value is (188,186,184). Sum of RGB (Red+Green+Blue) = 188+186+184=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB8 is #434547. Grayscale: #BABABA. Windows color (decimal): -4408648 or 12106428. OLE color: 12106428.
HSL color Cylindrical-coordinate representation of color #BCBAB8: hue angle of 30º degrees, saturation: 0.03, 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 #BCBAB8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 186 | 184 | - |
CMYK | 0 | 0.01 | 0.02 | 0.26 |
HSL | 30º | 0.03% | 0.73% | - |
HSV(B) | 30º | 0.02% | 0.74% | - |
XYZ | 46.95 | 49.27 | 52.38 | - |
YUV | 186.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 186 | 184 | 0 | 0.01 | 0.02 | 0.26 | 30 | 0.03 | 0.73 |
Hex | BC | BA | B8 | 0 | 1 | 2 | 1A | 1E | 3 | 49 |
Octal | 274 | 272 | 270 | 0 | 1 | 2 | 32 | 36 | 3 | 111 |
Binary | 10111100 | 10111010 | 10111000 | 0 | 1 | 10 | 11010 | 11110 | 11 | 1001001 |
Color Harmonies of #BCBAB8
Complementary color
Monochromatic Colors of #BCBAB8
Black with #BCBAB8
Text Example
Text Example
White with #BCBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAB8; }
p { color: rgb(188,186,184); }
H1.HeaderClassName
{
color: #BCBAB8;
}
.AnyTagClassName
{
color: #BCBAB8;
}
</style>
background-color css
<style>
a { background-color: #BCBAB8; }
a { background-color: rgb(188,186,184); }
div.DivClassName
{
background-color: #BCBAB8;
}
.BgClassName
{
background-color: #BCBAB8;
}
</style>
border-color css
<style>
span { border-color: #BCBAB8; }
span { border-color: rgb(188,186,184); }
td.TdClassName
{
border-color: #BCBAB8;
}
.TagClassName
{
border-color: #BCBAB8;
}
</style>