Shades of French Grey #B1ADB9
Tints of French Grey #B1ADB9
RGB
CMYK
RGB Variations
Color information
#B1ADB9 (or 0xB1ADB9) is known color: French Grey. HEX triplet: B1, AD and B9. RGB value is (177,173,185). Sum of RGB (Red+Green+Blue) = 177+173+185=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 185 - color contains mainly: blue. Hex color #B1ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADB9 is #4E5246. Grayscale: #AFAFAF. Windows color (decimal): -5132871 or 12168625. OLE color: 12168625.
HSL color Cylindrical-coordinate representation of color #B1ADB9: hue angle of 260º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1ADB9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 173 | 185 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.27 |
| HSL | 260º | 0.08% | 0.7% | - |
| HSV(B) | 260º | 0.06% | 0.73% | - |
| XYZ | 41.83 | 42.74 | 51.94 | - |
| YUV | 175.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 185 | 0.04 | 0.06 | 0 | 0.27 | 260 | 0.08 | 0.7 |
| Hex | B1 | AD | B9 | 4 | 6 | 0 | 1B | 104 | 8 | 46 |
| Octal | 261 | 255 | 271 | 4 | 6 | 0 | 33 | 404 | 10 | 106 |
| Binary | 10110001 | 10101101 | 10111001 | 100 | 110 | 0 | 11011 | 100000100 | 1000 | 1000110 |
Color Harmonies of #B1ADB9
Complementary color
Monochromatic Colors of #B1ADB9
Black with #B1ADB9
Text Example
Text Example
White with #B1ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADB9; }
p { color: rgb(177,173,185); }
H1.HeaderClassName
{
color: #B1ADB9;
}
.AnyTagClassName
{
color: #B1ADB9;
}
</style>
background-color css
<style>
a { background-color: #B1ADB9; }
a { background-color: rgb(177,173,185); }
div.DivClassName
{
background-color: #B1ADB9;
}
.BgClassName
{
background-color: #B1ADB9;
}
</style>
border-color css
<style>
span { border-color: #B1ADB9; }
span { border-color: rgb(177,173,185); }
td.TdClassName
{
border-color: #B1ADB9;
}
.TagClassName
{
border-color: #B1ADB9;
}
</style>