Shades of French Grey #B1ADB7
Tints of French Grey #B1ADB7
RGB
CMYK
RGB Variations
Color information
#B1ADB7 (or 0xB1ADB7) is known color: French Grey. HEX triplet: B1, AD and B7. RGB value is (177,173,183). Sum of RGB (Red+Green+Blue) = 177+173+183=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 183 - color contains mainly: blue. Hex color #B1ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADB7 is #4E5248. Grayscale: #AFAFAF. Windows color (decimal): -5132873 or 12037553. OLE color: 12037553.
HSL color Cylindrical-coordinate representation of color #B1ADB7: hue angle of 264º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1ADB7 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 173 | 183 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.28 |
| HSL | 264º | 0.06% | 0.7% | - |
| HSV(B) | 264º | 0.05% | 0.72% | - |
| XYZ | 41.62 | 42.65 | 50.84 | - |
| YUV | 175.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 183 | 0.03 | 0.05 | 0 | 0.28 | 264 | 0.06 | 0.7 |
| Hex | B1 | AD | B7 | 3 | 5 | 0 | 1C | 108 | 6 | 46 |
| Octal | 261 | 255 | 267 | 3 | 5 | 0 | 34 | 410 | 6 | 106 |
| Binary | 10110001 | 10101101 | 10110111 | 11 | 101 | 0 | 11100 | 100001000 | 110 | 1000110 |
Color Harmonies of #B1ADB7
Complementary color
Monochromatic Colors of #B1ADB7
Black with #B1ADB7
Text Example
Text Example
White with #B1ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADB7; }
p { color: rgb(177,173,183); }
H1.HeaderClassName
{
color: #B1ADB7;
}
.AnyTagClassName
{
color: #B1ADB7;
}
</style>
background-color css
<style>
a { background-color: #B1ADB7; }
a { background-color: rgb(177,173,183); }
div.DivClassName
{
background-color: #B1ADB7;
}
.BgClassName
{
background-color: #B1ADB7;
}
</style>
border-color css
<style>
span { border-color: #B1ADB7; }
span { border-color: rgb(177,173,183); }
td.TdClassName
{
border-color: #B1ADB7;
}
.TagClassName
{
border-color: #B1ADB7;
}
</style>