Shades of French Grey #BAB3C6
Tints of French Grey #BAB3C6
RGB
CMYK
RGB Variations
Color information
#BAB3C6 (or 0xBAB3C6) is known color: French Grey. HEX triplet: BA, B3 and C6. RGB value is (186,179,198). Sum of RGB (Red+Green+Blue) = 186+179+198=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAB3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3C6 is #454C39. Grayscale: #B7B7B7. Windows color (decimal): -4541498 or 13022138. OLE color: 13022138.
HSL color Cylindrical-coordinate representation of color #BAB3C6: hue angle of 262.11º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB3C6 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 179 | 198 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.22 |
| HSL | 262.11º | 0.14% | 0.74% | - |
| HSV(B) | 262.11º | 0.1% | 0.78% | - |
| XYZ | 46.56 | 46.76 | 60 | - |
| YUV | 183.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 198 | 0.06 | 0.10 | 0 | 0.22 | 262.11 | 0.14 | 0.74 |
| Hex | BA | B3 | C6 | 6 | A | 0 | 16 | 106 | E | 4A |
| Octal | 272 | 263 | 306 | 6 | 12 | 0 | 26 | 406 | 16 | 112 |
| Binary | 10111010 | 10110011 | 11000110 | 110 | 1010 | 0 | 10110 | 100000110 | 1110 | 1001010 |
Color Harmonies of #BAB3C6
Complementary color
Monochromatic Colors of #BAB3C6
Black with #BAB3C6
Text Example
Text Example
White with #BAB3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3C6; }
p { color: rgb(186,179,198); }
H1.HeaderClassName
{
color: #BAB3C6;
}
.AnyTagClassName
{
color: #BAB3C6;
}
</style>
background-color css
<style>
a { background-color: #BAB3C6; }
a { background-color: rgb(186,179,198); }
div.DivClassName
{
background-color: #BAB3C6;
}
.BgClassName
{
background-color: #BAB3C6;
}
</style>
border-color css
<style>
span { border-color: #BAB3C6; }
span { border-color: rgb(186,179,198); }
td.TdClassName
{
border-color: #BAB3C6;
}
.TagClassName
{
border-color: #BAB3C6;
}
</style>