Shades of French Grey #BAB1C7
Tints of French Grey #BAB1C7
RGB
CMYK
RGB Variations
Color information
#BAB1C7 (or 0xBAB1C7) is known color: French Grey. HEX triplet: BA, B1 and C7. RGB value is (186,177,199). Sum of RGB (Red+Green+Blue) = 186+177+199=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAB1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1C7 is #454E38. Grayscale: #B6B6B6. Windows color (decimal): -4542009 or 13087162. OLE color: 13087162.
HSL color Cylindrical-coordinate representation of color #BAB1C7: hue angle of 264.55º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB1C7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 177 | 199 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.22 |
| HSL | 264.55º | 0.16% | 0.74% | - |
| HSV(B) | 264.55º | 0.11% | 0.78% | - |
| XYZ | 46.28 | 46.01 | 60.47 | - |
| YUV | 182.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 199 | 0.07 | 0.11 | 0 | 0.22 | 264.55 | 0.16 | 0.74 |
| Hex | BA | B1 | C7 | 7 | B | 0 | 16 | 109 | 10 | 4A |
| Octal | 272 | 261 | 307 | 7 | 13 | 0 | 26 | 411 | 20 | 112 |
| Binary | 10111010 | 10110001 | 11000111 | 111 | 1011 | 0 | 10110 | 100001001 | 10000 | 1001010 |
Color Harmonies of #BAB1C7
Complementary color
Monochromatic Colors of #BAB1C7
Black with #BAB1C7
Text Example
Text Example
White with #BAB1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1C7; }
p { color: rgb(186,177,199); }
H1.HeaderClassName
{
color: #BAB1C7;
}
.AnyTagClassName
{
color: #BAB1C7;
}
</style>
background-color css
<style>
a { background-color: #BAB1C7; }
a { background-color: rgb(186,177,199); }
div.DivClassName
{
background-color: #BAB1C7;
}
.BgClassName
{
background-color: #BAB1C7;
}
</style>
border-color css
<style>
span { border-color: #BAB1C7; }
span { border-color: rgb(186,177,199); }
td.TdClassName
{
border-color: #BAB1C7;
}
.TagClassName
{
border-color: #BAB1C7;
}
</style>