Shades of French Grey #B9ACC6
Tints of French Grey #B9ACC6
RGB
CMYK
RGB Variations
Color information
#B9ACC6 (or 0xB9ACC6) is known color: French Grey. HEX triplet: B9, AC and C6. RGB value is (185,172,198). Sum of RGB (Red+Green+Blue) = 185+172+198=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #B9ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACC6 is #465339. Grayscale: #B2B2B2. Windows color (decimal): -4608826 or 13020345. OLE color: 13020345.
HSL color Cylindrical-coordinate representation of color #B9ACC6: hue angle of 270º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9ACC6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 172 | 198 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.22 |
| HSL | 270º | 0.19% | 0.73% | - |
| HSV(B) | 270º | 0.13% | 0.78% | - |
| XYZ | 44.95 | 43.9 | 59.53 | - |
| YUV | 178.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 198 | 0.07 | 0.13 | 0 | 0.22 | 270 | 0.19 | 0.73 |
| Hex | B9 | AC | C6 | 7 | D | 0 | 16 | 10E | 13 | 49 |
| Octal | 271 | 254 | 306 | 7 | 15 | 0 | 26 | 416 | 23 | 111 |
| Binary | 10111001 | 10101100 | 11000110 | 111 | 1101 | 0 | 10110 | 100001110 | 10011 | 1001001 |
Color Harmonies of #B9ACC6
Complementary color
Monochromatic Colors of #B9ACC6
Black with #B9ACC6
Text Example
Text Example
White with #B9ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACC6; }
p { color: rgb(185,172,198); }
H1.HeaderClassName
{
color: #B9ACC6;
}
.AnyTagClassName
{
color: #B9ACC6;
}
</style>
background-color css
<style>
a { background-color: #B9ACC6; }
a { background-color: rgb(185,172,198); }
div.DivClassName
{
background-color: #B9ACC6;
}
.BgClassName
{
background-color: #B9ACC6;
}
</style>
border-color css
<style>
span { border-color: #B9ACC6; }
span { border-color: rgb(185,172,198); }
td.TdClassName
{
border-color: #B9ACC6;
}
.TagClassName
{
border-color: #B9ACC6;
}
</style>