Shades of French Grey #B3ACC0
Tints of French Grey #B3ACC0
RGB
CMYK
RGB Variations
Color information
#B3ACC0 (or 0xB3ACC0) is known color: French Grey. HEX triplet: B3, AC and C0. RGB value is (179,172,192). Sum of RGB (Red+Green+Blue) = 179+172+192=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACC0 is #4C533F. Grayscale: #B0B0B0. Windows color (decimal): -5002048 or 12627123. OLE color: 12627123.
HSL color Cylindrical-coordinate representation of color #B3ACC0: hue angle of 261º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3ACC0 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 172 | 192 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.25 |
| HSL | 261º | 0.14% | 0.71% | - |
| HSV(B) | 261º | 0.1% | 0.75% | - |
| XYZ | 42.86 | 42.89 | 55.89 | - |
| YUV | 176.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 192 | 0.07 | 0.10 | 0 | 0.25 | 261 | 0.14 | 0.71 |
| Hex | B3 | AC | C0 | 7 | A | 0 | 19 | 105 | E | 47 |
| Octal | 263 | 254 | 300 | 7 | 12 | 0 | 31 | 405 | 16 | 107 |
| Binary | 10110011 | 10101100 | 11000000 | 111 | 1010 | 0 | 11001 | 100000101 | 1110 | 1000111 |
Color Harmonies of #B3ACC0
Complementary color
Monochromatic Colors of #B3ACC0
Black with #B3ACC0
Text Example
Text Example
White with #B3ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ACC0; }
p { color: rgb(179,172,192); }
H1.HeaderClassName
{
color: #B3ACC0;
}
.AnyTagClassName
{
color: #B3ACC0;
}
</style>
background-color css
<style>
a { background-color: #B3ACC0; }
a { background-color: rgb(179,172,192); }
div.DivClassName
{
background-color: #B3ACC0;
}
.BgClassName
{
background-color: #B3ACC0;
}
</style>
border-color css
<style>
span { border-color: #B3ACC0; }
span { border-color: rgb(179,172,192); }
td.TdClassName
{
border-color: #B3ACC0;
}
.TagClassName
{
border-color: #B3ACC0;
}
</style>