Shades of French Grey #B8AAC7
Tints of French Grey #B8AAC7
RGB
CMYK
RGB Variations
Color information
#B8AAC7 (or 0xB8AAC7) is known color: French Grey. HEX triplet: B8, AA and C7. RGB value is (184,170,199). Sum of RGB (Red+Green+Blue) = 184+170+199=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 199 - color contains mainly: blue. Hex color #B8AAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AAC7 is #475538. Grayscale: #B1B1B1. Windows color (decimal): -4674873 or 13085368. OLE color: 13085368.
HSL color Cylindrical-coordinate representation of color #B8AAC7: hue angle of 268.97º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8AAC7 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 170 | 199 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.22 |
| HSL | 268.97º | 0.21% | 0.72% | - |
| HSV(B) | 268.97º | 0.15% | 0.78% | - |
| XYZ | 44.45 | 43.06 | 60 | - |
| YUV | 177.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 199 | 0.08 | 0.15 | 0 | 0.22 | 268.97 | 0.21 | 0.72 |
| Hex | B8 | AA | C7 | 8 | F | 0 | 16 | 10D | 15 | 48 |
| Octal | 270 | 252 | 307 | 10 | 17 | 0 | 26 | 415 | 25 | 110 |
| Binary | 10111000 | 10101010 | 11000111 | 1000 | 1111 | 0 | 10110 | 100001101 | 10101 | 1001000 |
Color Harmonies of #B8AAC7
Complementary color
Monochromatic Colors of #B8AAC7
Black with #B8AAC7
Text Example
Text Example
White with #B8AAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAC7; }
p { color: rgb(184,170,199); }
H1.HeaderClassName
{
color: #B8AAC7;
}
.AnyTagClassName
{
color: #B8AAC7;
}
</style>
background-color css
<style>
a { background-color: #B8AAC7; }
a { background-color: rgb(184,170,199); }
div.DivClassName
{
background-color: #B8AAC7;
}
.BgClassName
{
background-color: #B8AAC7;
}
</style>
border-color css
<style>
span { border-color: #B8AAC7; }
span { border-color: rgb(184,170,199); }
td.TdClassName
{
border-color: #B8AAC7;
}
.TagClassName
{
border-color: #B8AAC7;
}
</style>