Shades of French Grey #BAB6BD
Tints of French Grey #BAB6BD
RGB
CMYK
RGB Variations
Color information
#BAB6BD (or 0xBAB6BD) is known color: French Grey. HEX triplet: BA, B6 and BD. RGB value is (186,182,189). Sum of RGB (Red+Green+Blue) = 186+182+189=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6BD is #454942. Grayscale: #B7B7B7. Windows color (decimal): -4540739 or 12433082. OLE color: 12433082.
HSL color Cylindrical-coordinate representation of color #BAB6BD: hue angle of 274.29º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB6BD is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 182 | 189 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.26 |
| HSL | 274.29º | 0.05% | 0.73% | - |
| HSV(B) | 274.29º | 0.04% | 0.74% | - |
| XYZ | 46.16 | 47.57 | 54.89 | - |
| YUV | 183.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 189 | 0.02 | 0.04 | 0 | 0.26 | 274.29 | 0.05 | 0.73 |
| Hex | BA | B6 | BD | 2 | 4 | 0 | 1A | 112 | 5 | 49 |
| Octal | 272 | 266 | 275 | 2 | 4 | 0 | 32 | 422 | 5 | 111 |
| Binary | 10111010 | 10110110 | 10111101 | 10 | 100 | 0 | 11010 | 100010010 | 101 | 1001001 |
Color Harmonies of #BAB6BD
Complementary color
Monochromatic Colors of #BAB6BD
Black with #BAB6BD
Text Example
Text Example
White with #BAB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6BD; }
p { color: rgb(186,182,189); }
H1.HeaderClassName
{
color: #BAB6BD;
}
.AnyTagClassName
{
color: #BAB6BD;
}
</style>
background-color css
<style>
a { background-color: #BAB6BD; }
a { background-color: rgb(186,182,189); }
div.DivClassName
{
background-color: #BAB6BD;
}
.BgClassName
{
background-color: #BAB6BD;
}
</style>
border-color css
<style>
span { border-color: #BAB6BD; }
span { border-color: rgb(186,182,189); }
td.TdClassName
{
border-color: #BAB6BD;
}
.TagClassName
{
border-color: #BAB6BD;
}
</style>