Shades of Lavender Grey #B4ACE1
Tints of Lavender Grey #B4ACE1
RGB
CMYK
RGB Variations
Color information
#B4ACE1 (or 0xB4ACE1) is known color: Lavender Grey. HEX triplet: B4, AC and E1. RGB value is (180,172,225). Sum of RGB (Red+Green+Blue) = 180+172+225=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #B4ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACE1 is #4B531E. Grayscale: #B4B4B4. Windows color (decimal): -4936479 or 14789812. OLE color: 14789812.
HSL color Cylindrical-coordinate representation of color #B4ACE1: hue angle of 249.06º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4ACE1 is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 172 | 225 | - |
| CMYK | 0.2 | 0.24 | 0 | 0.12 |
| HSL | 249.06º | 0.47% | 0.78% | - |
| HSV(B) | 249.06º | 0.24% | 0.88% | - |
| XYZ | 47.17 | 44.64 | 77.37 | - |
| YUV | 180.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 225 | 0.2 | 0.24 | 0 | 0.12 | 249.06 | 0.47 | 0.78 |
| Hex | B4 | AC | E1 | 14 | 18 | 0 | C | F9 | 2F | 4E |
| Octal | 264 | 254 | 341 | 24 | 30 | 0 | 14 | 371 | 57 | 116 |
| Binary | 10110100 | 10101100 | 11100001 | 10100 | 11000 | 0 | 1100 | 11111001 | 101111 | 1001110 |
Color Harmonies of #B4ACE1
Complementary color
Monochromatic Colors of #B4ACE1
Black with #B4ACE1
Text Example
Text Example
White with #B4ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ACE1; }
p { color: rgb(180,172,225); }
H1.HeaderClassName
{
color: #B4ACE1;
}
.AnyTagClassName
{
color: #B4ACE1;
}
</style>
background-color css
<style>
a { background-color: #B4ACE1; }
a { background-color: rgb(180,172,225); }
div.DivClassName
{
background-color: #B4ACE1;
}
.BgClassName
{
background-color: #B4ACE1;
}
</style>
border-color css
<style>
span { border-color: #B4ACE1; }
span { border-color: rgb(180,172,225); }
td.TdClassName
{
border-color: #B4ACE1;
}
.TagClassName
{
border-color: #B4ACE1;
}
</style>