Shades of Pale Slate #BAB7B6
Tints of Pale Slate #BAB7B6
RGB
CMYK
RGB Variations
Color information
#BAB7B6 (or 0xBAB7B6) is known color: Pale Slate. HEX triplet: BA, B7 and B6. RGB value is (186,183,182). Sum of RGB (Red+Green+Blue) = 186+183+182=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7B6 is #454849. Grayscale: #B7B7B7. Windows color (decimal): -4540490 or 11974586. OLE color: 11974586.
HSL color Cylindrical-coordinate representation of color #BAB7B6: hue angle of 15º degrees, saturation: 0.03, 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 #BAB7B6 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 183 | 182 | - |
CMYK | 0 | 0.02 | 0.02 | 0.27 |
HSL | 15º | 0.03% | 0.72% | - |
HSV(B) | 15º | 0.02% | 0.73% | - |
XYZ | 45.63 | 47.68 | 51.06 | - |
YUV | 183.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 183 | 182 | 0 | 0.02 | 0.02 | 0.27 | 15 | 0.03 | 0.72 |
Hex | BA | B7 | B6 | 0 | 2 | 2 | 1B | F | 3 | 48 |
Octal | 272 | 267 | 266 | 0 | 2 | 2 | 33 | 17 | 3 | 110 |
Binary | 10111010 | 10110111 | 10110110 | 0 | 10 | 10 | 11011 | 1111 | 11 | 1001000 |
Color Harmonies of #BAB7B6
Complementary color
Monochromatic Colors of #BAB7B6
Black with #BAB7B6
Text Example
Text Example
White with #BAB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7B6; }
p { color: rgb(186,183,182); }
H1.HeaderClassName
{
color: #BAB7B6;
}
.AnyTagClassName
{
color: #BAB7B6;
}
</style>
background-color css
<style>
a { background-color: #BAB7B6; }
a { background-color: rgb(186,183,182); }
div.DivClassName
{
background-color: #BAB7B6;
}
.BgClassName
{
background-color: #BAB7B6;
}
</style>
border-color css
<style>
span { border-color: #BAB7B6; }
span { border-color: rgb(186,183,182); }
td.TdClassName
{
border-color: #BAB7B6;
}
.TagClassName
{
border-color: #BAB7B6;
}
</style>