Shades of French Grey #B0ACB6
Tints of French Grey #B0ACB6
RGB
CMYK
RGB Variations
Color information
#B0ACB6 (or 0xB0ACB6) is known color: French Grey. HEX triplet: B0, AC and B6. RGB value is (176,172,182). Sum of RGB (Red+Green+Blue) = 176+172+182=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 182 - color contains mainly: blue. Hex color #B0ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACB6 is #4F5349. Grayscale: #AEAEAE. Windows color (decimal): -5198666 or 11971760. OLE color: 11971760.
HSL color Cylindrical-coordinate representation of color #B0ACB6: hue angle of 264º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0ACB6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 172 | 182 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.29 |
| HSL | 264º | 0.06% | 0.69% | - |
| HSV(B) | 264º | 0.05% | 0.71% | - |
| XYZ | 41.1 | 42.11 | 50.22 | - |
| YUV | 174.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 182 | 0.03 | 0.05 | 0 | 0.29 | 264 | 0.06 | 0.69 |
| Hex | B0 | AC | B6 | 3 | 5 | 0 | 1D | 108 | 6 | 45 |
| Octal | 260 | 254 | 266 | 3 | 5 | 0 | 35 | 410 | 6 | 105 |
| Binary | 10110000 | 10101100 | 10110110 | 11 | 101 | 0 | 11101 | 100001000 | 110 | 1000101 |
Color Harmonies of #B0ACB6
Complementary color
Monochromatic Colors of #B0ACB6
Black with #B0ACB6
Text Example
Text Example
White with #B0ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ACB6; }
p { color: rgb(176,172,182); }
H1.HeaderClassName
{
color: #B0ACB6;
}
.AnyTagClassName
{
color: #B0ACB6;
}
</style>
background-color css
<style>
a { background-color: #B0ACB6; }
a { background-color: rgb(176,172,182); }
div.DivClassName
{
background-color: #B0ACB6;
}
.BgClassName
{
background-color: #B0ACB6;
}
</style>
border-color css
<style>
span { border-color: #B0ACB6; }
span { border-color: rgb(176,172,182); }
td.TdClassName
{
border-color: #B0ACB6;
}
.TagClassName
{
border-color: #B0ACB6;
}
</style>