Shades of French Grey #BAB7BC
Tints of French Grey #BAB7BC
RGB
CMYK
RGB Variations
Color information
#BAB7BC (or 0xBAB7BC) is known color: French Grey. HEX triplet: BA, B7 and BC. RGB value is (186,183,188). Sum of RGB (Red+Green+Blue) = 186+183+188=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7BC is #454843. Grayscale: #B8B8B8. Windows color (decimal): -4540484 or 12367802. OLE color: 12367802.
HSL color Cylindrical-coordinate representation of color #BAB7BC: hue angle of 276º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BAB7BC is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 183 | 188 | - |
CMYK | 0.01 | 0.03 | 0 | 0.26 |
HSL | 276º | 0.04% | 0.73% | - |
HSV(B) | 276º | 0.03% | 0.74% | - |
XYZ | 46.26 | 47.94 | 54.39 | - |
YUV | 184.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 183 | 188 | 0.01 | 0.03 | 0 | 0.26 | 276 | 0.04 | 0.73 |
Hex | BA | B7 | BC | 1 | 3 | 0 | 1A | 114 | 4 | 49 |
Octal | 272 | 267 | 274 | 1 | 3 | 0 | 32 | 424 | 4 | 111 |
Binary | 10111010 | 10110111 | 10111100 | 1 | 11 | 0 | 11010 | 100010100 | 100 | 1001001 |
Color Harmonies of #BAB7BC
Complementary color
Monochromatic Colors of #BAB7BC
Black with #BAB7BC
Text Example
Text Example
White with #BAB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7BC; }
p { color: rgb(186,183,188); }
H1.HeaderClassName
{
color: #BAB7BC;
}
.AnyTagClassName
{
color: #BAB7BC;
}
</style>
background-color css
<style>
a { background-color: #BAB7BC; }
a { background-color: rgb(186,183,188); }
div.DivClassName
{
background-color: #BAB7BC;
}
.BgClassName
{
background-color: #BAB7BC;
}
</style>
border-color css
<style>
span { border-color: #BAB7BC; }
span { border-color: rgb(186,183,188); }
td.TdClassName
{
border-color: #BAB7BC;
}
.TagClassName
{
border-color: #BAB7BC;
}
</style>