Shades of French Grey #B9ACC7
Tints of French Grey #B9ACC7
RGB
CMYK
RGB Variations
Color information
#B9ACC7 (or 0xB9ACC7) is known color: French Grey. HEX triplet: B9, AC and C7. RGB value is (185,172,199). Sum of RGB (Red+Green+Blue) = 185+172+199=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #B9ACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACC7 is #465338. Grayscale: #B2B2B2. Windows color (decimal): -4608825 or 13085881. OLE color: 13085881.
HSL color Cylindrical-coordinate representation of color #B9ACC7: hue angle of 268.89º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9ACC7 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 185 | 172 | 199 | - |
CMYK | 0.07 | 0.14 | 0 | 0.22 |
HSL | 268.89º | 0.19% | 0.73% | - |
HSV(B) | 268.89º | 0.14% | 0.78% | - |
XYZ | 45.07 | 43.94 | 60.14 | - |
YUV | 178.97 | 139.31 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 172 | 199 | 0.07 | 0.14 | 0 | 0.22 | 268.89 | 0.19 | 0.73 |
Hex | B9 | AC | C7 | 7 | E | 0 | 16 | 10D | 13 | 49 |
Octal | 271 | 254 | 307 | 7 | 16 | 0 | 26 | 415 | 23 | 111 |
Binary | 10111001 | 10101100 | 11000111 | 111 | 1110 | 0 | 10110 | 100001101 | 10011 | 1001001 |
Color Harmonies of #B9ACC7
Complementary color
Monochromatic Colors of #B9ACC7
Black with #B9ACC7
Text Example
Text Example
White with #B9ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACC7; }
p { color: rgb(185,172,199); }
H1.HeaderClassName
{
color: #B9ACC7;
}
.AnyTagClassName
{
color: #B9ACC7;
}
</style>
background-color css
<style>
a { background-color: #B9ACC7; }
a { background-color: rgb(185,172,199); }
div.DivClassName
{
background-color: #B9ACC7;
}
.BgClassName
{
background-color: #B9ACC7;
}
</style>
border-color css
<style>
span { border-color: #B9ACC7; }
span { border-color: rgb(185,172,199); }
td.TdClassName
{
border-color: #B9ACC7;
}
.TagClassName
{
border-color: #B9ACC7;
}
</style>