Shades of French Grey #BAB9BC
Tints of French Grey #BAB9BC
RGB
CMYK
RGB Variations
Color information
#BAB9BC (or 0xBAB9BC) is known color: French Grey. HEX triplet: BA, B9 and BC. RGB value is (186,185,188). Sum of RGB (Red+Green+Blue) = 186+185+188=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9BC is #454643. Grayscale: #B9B9B9. Windows color (decimal): -4539972 or 12368314. OLE color: 12368314.
HSL color Cylindrical-coordinate representation of color #BAB9BC: hue angle of 260º 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 #BAB9BC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 185 | 188 | - |
CMYK | 0.01 | 0.02 | 0 | 0.26 |
HSL | 260º | 0.02% | 0.73% | - |
HSV(B) | 260º | 0.02% | 0.74% | - |
XYZ | 46.68 | 48.77 | 54.53 | - |
YUV | 185.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 185 | 188 | 0.01 | 0.02 | 0 | 0.26 | 260 | 0.02 | 0.73 |
Hex | BA | B9 | BC | 1 | 2 | 0 | 1A | 104 | 2 | 49 |
Octal | 272 | 271 | 274 | 1 | 2 | 0 | 32 | 404 | 2 | 111 |
Binary | 10111010 | 10111001 | 10111100 | 1 | 10 | 0 | 11010 | 100000100 | 10 | 1001001 |
Color Harmonies of #BAB9BC
Complementary color
Monochromatic Colors of #BAB9BC
Black with #BAB9BC
Text Example
Text Example
White with #BAB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9BC; }
p { color: rgb(186,185,188); }
H1.HeaderClassName
{
color: #BAB9BC;
}
.AnyTagClassName
{
color: #BAB9BC;
}
</style>
background-color css
<style>
a { background-color: #BAB9BC; }
a { background-color: rgb(186,185,188); }
div.DivClassName
{
background-color: #BAB9BC;
}
.BgClassName
{
background-color: #BAB9BC;
}
</style>
border-color css
<style>
span { border-color: #BAB9BC; }
span { border-color: rgb(186,185,188); }
td.TdClassName
{
border-color: #BAB9BC;
}
.TagClassName
{
border-color: #BAB9BC;
}
</style>