Shades of Pale Slate #BAB8B7
Tints of Pale Slate #BAB8B7
RGB
CMYK
RGB Variations
Color information
#BAB8B7 (or 0xBAB8B7) is known color: Pale Slate. HEX triplet: BA, B8 and B7. RGB value is (186,184,183). Sum of RGB (Red+Green+Blue) = 186+184+183=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8B7 is #454748. Grayscale: #B8B8B8. Windows color (decimal): -4540233 or 12040378. OLE color: 12040378.
HSL color Cylindrical-coordinate representation of color #BAB8B7: hue angle of 20º degrees, saturation: 0.02, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BAB8B7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 183 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.27 |
| HSL | 20º | 0.02% | 0.72% | - |
| HSV(B) | 20º | 0.02% | 0.73% | - |
| XYZ | 45.94 | 48.14 | 51.67 | - |
| YUV | 184.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 183 | 0 | 0.01 | 0.02 | 0.27 | 20 | 0.02 | 0.72 |
| Hex | BA | B8 | B7 | 0 | 1 | 2 | 1B | 14 | 2 | 48 |
| Octal | 272 | 270 | 267 | 0 | 1 | 2 | 33 | 24 | 2 | 110 |
| Binary | 10111010 | 10111000 | 10110111 | 0 | 1 | 10 | 11011 | 10100 | 10 | 1001000 |
Color Harmonies of #BAB8B7
Complementary color
Monochromatic Colors of #BAB8B7
Black with #BAB8B7
Text Example
Text Example
White with #BAB8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8B7; }
p { color: rgb(186,184,183); }
H1.HeaderClassName
{
color: #BAB8B7;
}
.AnyTagClassName
{
color: #BAB8B7;
}
</style>
background-color css
<style>
a { background-color: #BAB8B7; }
a { background-color: rgb(186,184,183); }
div.DivClassName
{
background-color: #BAB8B7;
}
.BgClassName
{
background-color: #BAB8B7;
}
</style>
border-color css
<style>
span { border-color: #BAB8B7; }
span { border-color: rgb(186,184,183); }
td.TdClassName
{
border-color: #BAB8B7;
}
.TagClassName
{
border-color: #BAB8B7;
}
</style>