Shades of French Grey #B6ACC0
Tints of French Grey #B6ACC0
RGB
CMYK
RGB Variations
Color information
#B6ACC0 (or 0xB6ACC0) is known color: French Grey. HEX triplet: B6, AC and C0. RGB value is (182,172,192). Sum of RGB (Red+Green+Blue) = 182+172+192=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACC0 is #49533F. Grayscale: #B1B1B1. Windows color (decimal): -4805440 or 12627126. OLE color: 12627126.
HSL color Cylindrical-coordinate representation of color #B6ACC0: hue angle of 270º 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 #B6ACC0 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 172 | 192 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.25 |
| HSL | 270º | 0.14% | 0.71% | - |
| HSV(B) | 270º | 0.1% | 0.75% | - |
| XYZ | 43.56 | 43.26 | 55.92 | - |
| YUV | 177.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 192 | 0.05 | 0.10 | 0 | 0.25 | 270 | 0.14 | 0.71 |
| Hex | B6 | AC | C0 | 5 | A | 0 | 19 | 10E | E | 47 |
| Octal | 266 | 254 | 300 | 5 | 12 | 0 | 31 | 416 | 16 | 107 |
| Binary | 10110110 | 10101100 | 11000000 | 101 | 1010 | 0 | 11001 | 100001110 | 1110 | 1000111 |
Color Harmonies of #B6ACC0
Complementary color
Monochromatic Colors of #B6ACC0
Black with #B6ACC0
Text Example
Text Example
White with #B6ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ACC0; }
p { color: rgb(182,172,192); }
H1.HeaderClassName
{
color: #B6ACC0;
}
.AnyTagClassName
{
color: #B6ACC0;
}
</style>
background-color css
<style>
a { background-color: #B6ACC0; }
a { background-color: rgb(182,172,192); }
div.DivClassName
{
background-color: #B6ACC0;
}
.BgClassName
{
background-color: #B6ACC0;
}
</style>
border-color css
<style>
span { border-color: #B6ACC0; }
span { border-color: rgb(182,172,192); }
td.TdClassName
{
border-color: #B6ACC0;
}
.TagClassName
{
border-color: #B6ACC0;
}
</style>