Shades of French Grey #B8ACC6
Tints of French Grey #B8ACC6
RGB
CMYK
RGB Variations
Color information
#B8ACC6 (or 0xB8ACC6) is known color: French Grey. HEX triplet: B8, AC and C6. RGB value is (184,172,198). Sum of RGB (Red+Green+Blue) = 184+172+198=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #B8ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACC6 is #475339. Grayscale: #B2B2B2. Windows color (decimal): -4674362 or 13020344. OLE color: 13020344.
HSL color Cylindrical-coordinate representation of color #B8ACC6: hue angle of 267.69º 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 #B8ACC6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 172 | 198 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.22 |
| HSL | 267.69º | 0.19% | 0.73% | - |
| HSV(B) | 267.69º | 0.13% | 0.78% | - |
| XYZ | 44.71 | 43.77 | 59.52 | - |
| YUV | 178.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 198 | 0.07 | 0.13 | 0 | 0.22 | 267.69 | 0.19 | 0.73 |
| Hex | B8 | AC | C6 | 7 | D | 0 | 16 | 10C | 13 | 49 |
| Octal | 270 | 254 | 306 | 7 | 15 | 0 | 26 | 414 | 23 | 111 |
| Binary | 10111000 | 10101100 | 11000110 | 111 | 1101 | 0 | 10110 | 100001100 | 10011 | 1001001 |
Color Harmonies of #B8ACC6
Complementary color
Monochromatic Colors of #B8ACC6
Black with #B8ACC6
Text Example
Text Example
White with #B8ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACC6; }
p { color: rgb(184,172,198); }
H1.HeaderClassName
{
color: #B8ACC6;
}
.AnyTagClassName
{
color: #B8ACC6;
}
</style>
background-color css
<style>
a { background-color: #B8ACC6; }
a { background-color: rgb(184,172,198); }
div.DivClassName
{
background-color: #B8ACC6;
}
.BgClassName
{
background-color: #B8ACC6;
}
</style>
border-color css
<style>
span { border-color: #B8ACC6; }
span { border-color: rgb(184,172,198); }
td.TdClassName
{
border-color: #B8ACC6;
}
.TagClassName
{
border-color: #B8ACC6;
}
</style>