Shades of French Grey #B1ADB8
Tints of French Grey #B1ADB8
RGB
CMYK
RGB Variations
Color information
#B1ADB8 (or 0xB1ADB8) is known color: French Grey. HEX triplet: B1, AD and B8. RGB value is (177,173,184). Sum of RGB (Red+Green+Blue) = 177+173+184=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 184 - color contains mainly: blue. Hex color #B1ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADB8 is #4E5247. Grayscale: #AFAFAF. Windows color (decimal): -5132872 or 12103089. OLE color: 12103089.
HSL color Cylindrical-coordinate representation of color #B1ADB8: hue angle of 261.82º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1ADB8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 173 | 184 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.28 |
| HSL | 261.82º | 0.07% | 0.7% | - |
| HSV(B) | 261.82º | 0.06% | 0.72% | - |
| XYZ | 41.73 | 42.69 | 51.39 | - |
| YUV | 175.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 184 | 0.04 | 0.06 | 0 | 0.28 | 261.82 | 0.07 | 0.7 |
| Hex | B1 | AD | B8 | 4 | 6 | 0 | 1C | 106 | 7 | 46 |
| Octal | 261 | 255 | 270 | 4 | 6 | 0 | 34 | 406 | 7 | 106 |
| Binary | 10110001 | 10101101 | 10111000 | 100 | 110 | 0 | 11100 | 100000110 | 111 | 1000110 |
Color Harmonies of #B1ADB8
Complementary color
Monochromatic Colors of #B1ADB8
Black with #B1ADB8
Text Example
Text Example
White with #B1ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADB8; }
p { color: rgb(177,173,184); }
H1.HeaderClassName
{
color: #B1ADB8;
}
.AnyTagClassName
{
color: #B1ADB8;
}
</style>
background-color css
<style>
a { background-color: #B1ADB8; }
a { background-color: rgb(177,173,184); }
div.DivClassName
{
background-color: #B1ADB8;
}
.BgClassName
{
background-color: #B1ADB8;
}
</style>
border-color css
<style>
span { border-color: #B1ADB8; }
span { border-color: rgb(177,173,184); }
td.TdClassName
{
border-color: #B1ADB8;
}
.TagClassName
{
border-color: #B1ADB8;
}
</style>