Shades of French Grey #B4ACC1
Tints of French Grey #B4ACC1
RGB
CMYK
RGB Variations
Color information
#B4ACC1 (or 0xB4ACC1) is known color: French Grey. HEX triplet: B4, AC and C1. RGB value is (180,172,193). Sum of RGB (Red+Green+Blue) = 180+172+193=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACC1 is #4B533E. Grayscale: #B0B0B0. Windows color (decimal): -4936511 or 12692660. OLE color: 12692660.
HSL color Cylindrical-coordinate representation of color #B4ACC1: hue angle of 262.86º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4ACC1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 172 | 193 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.24 |
| HSL | 262.86º | 0.14% | 0.72% | - |
| HSV(B) | 262.86º | 0.11% | 0.76% | - |
| XYZ | 43.2 | 43.06 | 56.49 | - |
| YUV | 176.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 193 | 0.07 | 0.11 | 0 | 0.24 | 262.86 | 0.14 | 0.72 |
| Hex | B4 | AC | C1 | 7 | B | 0 | 18 | 107 | E | 48 |
| Octal | 264 | 254 | 301 | 7 | 13 | 0 | 30 | 407 | 16 | 110 |
| Binary | 10110100 | 10101100 | 11000001 | 111 | 1011 | 0 | 11000 | 100000111 | 1110 | 1001000 |
Color Harmonies of #B4ACC1
Complementary color
Monochromatic Colors of #B4ACC1
Black with #B4ACC1
Text Example
Text Example
White with #B4ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ACC1; }
p { color: rgb(180,172,193); }
H1.HeaderClassName
{
color: #B4ACC1;
}
.AnyTagClassName
{
color: #B4ACC1;
}
</style>
background-color css
<style>
a { background-color: #B4ACC1; }
a { background-color: rgb(180,172,193); }
div.DivClassName
{
background-color: #B4ACC1;
}
.BgClassName
{
background-color: #B4ACC1;
}
</style>
border-color css
<style>
span { border-color: #B4ACC1; }
span { border-color: rgb(180,172,193); }
td.TdClassName
{
border-color: #B4ACC1;
}
.TagClassName
{
border-color: #B4ACC1;
}
</style>