Shades of French Grey #BAB4C0
Tints of French Grey #BAB4C0
RGB
CMYK
RGB Variations
Color information
#BAB4C0 (or 0xBAB4C0) is known color: French Grey. HEX triplet: BA, B4 and C0. RGB value is (186,180,192). Sum of RGB (Red+Green+Blue) = 186+180+192=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAB4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4C0 is #454B3F. Grayscale: #B7B7B7. Windows color (decimal): -4541248 or 12629178. OLE color: 12629178.
HSL color Cylindrical-coordinate representation of color #BAB4C0: hue angle of 270º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAB4C0 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 180 | 192 | - |
CMYK | 0.03 | 0.06 | 0 | 0.25 |
HSL | 270º | 0.09% | 0.73% | - |
HSV(B) | 270º | 0.06% | 0.75% | - |
XYZ | 46.09 | 46.89 | 56.49 | - |
YUV | 183.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 180 | 192 | 0.03 | 0.06 | 0 | 0.25 | 270 | 0.09 | 0.73 |
Hex | BA | B4 | C0 | 3 | 6 | 0 | 19 | 10E | 9 | 49 |
Octal | 272 | 264 | 300 | 3 | 6 | 0 | 31 | 416 | 11 | 111 |
Binary | 10111010 | 10110100 | 11000000 | 11 | 110 | 0 | 11001 | 100001110 | 1001 | 1001001 |
Color Harmonies of #BAB4C0
Complementary color
Monochromatic Colors of #BAB4C0
Black with #BAB4C0
Text Example
Text Example
White with #BAB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4C0; }
p { color: rgb(186,180,192); }
H1.HeaderClassName
{
color: #BAB4C0;
}
.AnyTagClassName
{
color: #BAB4C0;
}
</style>
background-color css
<style>
a { background-color: #BAB4C0; }
a { background-color: rgb(186,180,192); }
div.DivClassName
{
background-color: #BAB4C0;
}
.BgClassName
{
background-color: #BAB4C0;
}
</style>
border-color css
<style>
span { border-color: #BAB4C0; }
span { border-color: rgb(186,180,192); }
td.TdClassName
{
border-color: #BAB4C0;
}
.TagClassName
{
border-color: #BAB4C0;
}
</style>