Shades of French Grey #B1AFB4
Tints of French Grey #B1AFB4
RGB
CMYK
RGB Variations
Color information
#B1AFB4 (or 0xB1AFB4) is known color: French Grey. HEX triplet: B1, AF and B4. RGB value is (177,175,180). Sum of RGB (Red+Green+Blue) = 177+175+180=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 180 - color contains mainly: blue. Hex color #B1AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFB4 is #4E504B. Grayscale: #B0B0B0. Windows color (decimal): -5132364 or 11841457. OLE color: 11841457.
HSL color Cylindrical-coordinate representation of color #B1AFB4: hue angle of 264º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1AFB4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 175 | 180 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.29 |
| HSL | 264º | 0.03% | 0.7% | - |
| HSV(B) | 264º | 0.03% | 0.71% | - |
| XYZ | 41.7 | 43.3 | 49.34 | - |
| YUV | 176.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 180 | 0.02 | 0.03 | 0 | 0.29 | 264 | 0.03 | 0.7 |
| Hex | B1 | AF | B4 | 2 | 3 | 0 | 1D | 108 | 3 | 46 |
| Octal | 261 | 257 | 264 | 2 | 3 | 0 | 35 | 410 | 3 | 106 |
| Binary | 10110001 | 10101111 | 10110100 | 10 | 11 | 0 | 11101 | 100001000 | 11 | 1000110 |
Color Harmonies of #B1AFB4
Complementary color
Monochromatic Colors of #B1AFB4
Black with #B1AFB4
Text Example
Text Example
White with #B1AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFB4; }
p { color: rgb(177,175,180); }
H1.HeaderClassName
{
color: #B1AFB4;
}
.AnyTagClassName
{
color: #B1AFB4;
}
</style>
background-color css
<style>
a { background-color: #B1AFB4; }
a { background-color: rgb(177,175,180); }
div.DivClassName
{
background-color: #B1AFB4;
}
.BgClassName
{
background-color: #B1AFB4;
}
</style>
border-color css
<style>
span { border-color: #B1AFB4; }
span { border-color: rgb(177,175,180); }
td.TdClassName
{
border-color: #B1AFB4;
}
.TagClassName
{
border-color: #B1AFB4;
}
</style>