Shades of French Grey #BAB8BC
Tints of French Grey #BAB8BC
RGB
CMYK
RGB Variations
Color information
#BAB8BC (or 0xBAB8BC) is known color: French Grey. HEX triplet: BA, B8 and BC. RGB value is (186,184,188). Sum of RGB (Red+Green+Blue) = 186+184+188=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8BC is #454743. Grayscale: #B9B9B9. Windows color (decimal): -4540228 or 12368058. OLE color: 12368058.
HSL color Cylindrical-coordinate representation of color #BAB8BC: hue angle of 270º degrees, saturation: 0.03, 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 #BAB8BC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 184 | 188 | - |
CMYK | 0.01 | 0.02 | 0 | 0.26 |
HSL | 270º | 0.03% | 0.73% | - |
HSV(B) | 270º | 0.02% | 0.74% | - |
XYZ | 46.47 | 48.35 | 54.46 | - |
YUV | 185.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 184 | 188 | 0.01 | 0.02 | 0 | 0.26 | 270 | 0.03 | 0.73 |
Hex | BA | B8 | BC | 1 | 2 | 0 | 1A | 10E | 3 | 49 |
Octal | 272 | 270 | 274 | 1 | 2 | 0 | 32 | 416 | 3 | 111 |
Binary | 10111010 | 10111000 | 10111100 | 1 | 10 | 0 | 11010 | 100001110 | 11 | 1001001 |
Color Harmonies of #BAB8BC
Complementary color
Monochromatic Colors of #BAB8BC
Black with #BAB8BC
Text Example
Text Example
White with #BAB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8BC; }
p { color: rgb(186,184,188); }
H1.HeaderClassName
{
color: #BAB8BC;
}
.AnyTagClassName
{
color: #BAB8BC;
}
</style>
background-color css
<style>
a { background-color: #BAB8BC; }
a { background-color: rgb(186,184,188); }
div.DivClassName
{
background-color: #BAB8BC;
}
.BgClassName
{
background-color: #BAB8BC;
}
</style>
border-color css
<style>
span { border-color: #BAB8BC; }
span { border-color: rgb(186,184,188); }
td.TdClassName
{
border-color: #BAB8BC;
}
.TagClassName
{
border-color: #BAB8BC;
}
</style>