Shades of French Grey #B7ACC3
Tints of French Grey #B7ACC3
RGB
CMYK
RGB Variations
Color information
#B7ACC3 (or 0xB7ACC3) is known color: French Grey. HEX triplet: B7, AC and C3. RGB value is (183,172,195). Sum of RGB (Red+Green+Blue) = 183+172+195=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACC3 is #48533C. Grayscale: #B1B1B1. Windows color (decimal): -4739901 or 12823735. OLE color: 12823735.
HSL color Cylindrical-coordinate representation of color #B7ACC3: hue angle of 268.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7ACC3 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 172 | 195 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.24 |
| HSL | 268.7º | 0.16% | 0.72% | - |
| HSV(B) | 268.7º | 0.12% | 0.76% | - |
| XYZ | 44.13 | 43.51 | 57.7 | - |
| YUV | 177.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 195 | 0.06 | 0.12 | 0 | 0.24 | 268.7 | 0.16 | 0.72 |
| Hex | B7 | AC | C3 | 6 | C | 0 | 18 | 10D | 10 | 48 |
| Octal | 267 | 254 | 303 | 6 | 14 | 0 | 30 | 415 | 20 | 110 |
| Binary | 10110111 | 10101100 | 11000011 | 110 | 1100 | 0 | 11000 | 100001101 | 10000 | 1001000 |
Color Harmonies of #B7ACC3
Complementary color
Monochromatic Colors of #B7ACC3
Black with #B7ACC3
Text Example
Text Example
White with #B7ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ACC3; }
p { color: rgb(183,172,195); }
H1.HeaderClassName
{
color: #B7ACC3;
}
.AnyTagClassName
{
color: #B7ACC3;
}
</style>
background-color css
<style>
a { background-color: #B7ACC3; }
a { background-color: rgb(183,172,195); }
div.DivClassName
{
background-color: #B7ACC3;
}
.BgClassName
{
background-color: #B7ACC3;
}
</style>
border-color css
<style>
span { border-color: #B7ACC3; }
span { border-color: rgb(183,172,195); }
td.TdClassName
{
border-color: #B7ACC3;
}
.TagClassName
{
border-color: #B7ACC3;
}
</style>