Shades of French Grey #B0ABB9
Tints of French Grey #B0ABB9
RGB
CMYK
RGB Variations
Color information
#B0ABB9 (or 0xB0ABB9) is known color: French Grey. HEX triplet: B0, AB and B9. RGB value is (176,171,185). Sum of RGB (Red+Green+Blue) = 176+171+185=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 185 - color contains mainly: blue. Hex color #B0ABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABB9 is #4F5446. Grayscale: #AEAEAE. Windows color (decimal): -5198919 or 12168112. OLE color: 12168112.
HSL color Cylindrical-coordinate representation of color #B0ABB9: hue angle of 261.43º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0ABB9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 176 | 171 | 185 | - |
CMYK | 0.05 | 0.08 | 0 | 0.27 |
HSL | 261.43º | 0.09% | 0.7% | - |
HSV(B) | 261.43º | 0.08% | 0.73% | - |
XYZ | 41.22 | 41.86 | 51.81 | - |
YUV | 174.09 | 134.16 | 129.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 171 | 185 | 0.05 | 0.08 | 0 | 0.27 | 261.43 | 0.09 | 0.7 |
Hex | B0 | AB | B9 | 5 | 8 | 0 | 1B | 105 | 9 | 46 |
Octal | 260 | 253 | 271 | 5 | 10 | 0 | 33 | 405 | 11 | 106 |
Binary | 10110000 | 10101011 | 10111001 | 101 | 1000 | 0 | 11011 | 100000101 | 1001 | 1000110 |
Color Harmonies of #B0ABB9
Complementary color
Monochromatic Colors of #B0ABB9
Black with #B0ABB9
Text Example
Text Example
White with #B0ABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABB9; }
p { color: rgb(176,171,185); }
H1.HeaderClassName
{
color: #B0ABB9;
}
.AnyTagClassName
{
color: #B0ABB9;
}
</style>
background-color css
<style>
a { background-color: #B0ABB9; }
a { background-color: rgb(176,171,185); }
div.DivClassName
{
background-color: #B0ABB9;
}
.BgClassName
{
background-color: #B0ABB9;
}
</style>
border-color css
<style>
span { border-color: #B0ABB9; }
span { border-color: rgb(176,171,185); }
td.TdClassName
{
border-color: #B0ABB9;
}
.TagClassName
{
border-color: #B0ABB9;
}
</style>