Shades of French Grey #BAB7BD
Tints of French Grey #BAB7BD
RGB
CMYK
RGB Variations
Color information
#BAB7BD (or 0xBAB7BD) is known color: French Grey. HEX triplet: BA, B7 and BD. RGB value is (186,183,189). Sum of RGB (Red+Green+Blue) = 186+183+189=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7BD is #454842. Grayscale: #B8B8B8. Windows color (decimal): -4540483 or 12433338. OLE color: 12433338.
HSL color Cylindrical-coordinate representation of color #BAB7BD: hue angle of 270º 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 #BAB7BD is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 183 | 189 | - |
CMYK | 0.02 | 0.03 | 0 | 0.26 |
HSL | 270º | 0.04% | 0.73% | - |
HSV(B) | 270º | 0.03% | 0.74% | - |
XYZ | 46.37 | 47.98 | 54.96 | - |
YUV | 184.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 183 | 189 | 0.02 | 0.03 | 0 | 0.26 | 270 | 0.04 | 0.73 |
Hex | BA | B7 | BD | 2 | 3 | 0 | 1A | 10E | 4 | 49 |
Octal | 272 | 267 | 275 | 2 | 3 | 0 | 32 | 416 | 4 | 111 |
Binary | 10111010 | 10110111 | 10111101 | 10 | 11 | 0 | 11010 | 100001110 | 100 | 1001001 |
Color Harmonies of #BAB7BD
Complementary color
Monochromatic Colors of #BAB7BD
Black with #BAB7BD
Text Example
Text Example
White with #BAB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7BD; }
p { color: rgb(186,183,189); }
H1.HeaderClassName
{
color: #BAB7BD;
}
.AnyTagClassName
{
color: #BAB7BD;
}
</style>
background-color css
<style>
a { background-color: #BAB7BD; }
a { background-color: rgb(186,183,189); }
div.DivClassName
{
background-color: #BAB7BD;
}
.BgClassName
{
background-color: #BAB7BD;
}
</style>
border-color css
<style>
span { border-color: #BAB7BD; }
span { border-color: rgb(186,183,189); }
td.TdClassName
{
border-color: #BAB7BD;
}
.TagClassName
{
border-color: #BAB7BD;
}
</style>