Shades of Lavender Grey #B1ACE1
Tints of Lavender Grey #B1ACE1
RGB
CMYK
RGB Variations
Color information
#B1ACE1 (or 0xB1ACE1) is known color: Lavender Grey. HEX triplet: B1, AC and E1. RGB value is (177,172,225). Sum of RGB (Red+Green+Blue) = 177+172+225=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACE1 is #4E531E. Grayscale: #B3B3B3. Windows color (decimal): -5133087 or 14789809. OLE color: 14789809.
HSL color Cylindrical-coordinate representation of color #B1ACE1: hue angle of 245.66º 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 #B1ACE1 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 172 | 225 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.12 |
| HSL | 245.66º | 0.47% | 0.78% | - |
| HSV(B) | 245.66º | 0.24% | 0.88% | - |
| XYZ | 46.47 | 44.29 | 77.33 | - |
| YUV | 179.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 225 | 0.21 | 0.24 | 0 | 0.12 | 245.66 | 0.47 | 0.78 |
| Hex | B1 | AC | E1 | 15 | 18 | 0 | C | F6 | 2F | 4E |
| Octal | 261 | 254 | 341 | 25 | 30 | 0 | 14 | 366 | 57 | 116 |
| Binary | 10110001 | 10101100 | 11100001 | 10101 | 11000 | 0 | 1100 | 11110110 | 101111 | 1001110 |
Color Harmonies of #B1ACE1
Complementary color
Monochromatic Colors of #B1ACE1
Black with #B1ACE1
Text Example
Text Example
White with #B1ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACE1; }
p { color: rgb(177,172,225); }
H1.HeaderClassName
{
color: #B1ACE1;
}
.AnyTagClassName
{
color: #B1ACE1;
}
</style>
background-color css
<style>
a { background-color: #B1ACE1; }
a { background-color: rgb(177,172,225); }
div.DivClassName
{
background-color: #B1ACE1;
}
.BgClassName
{
background-color: #B1ACE1;
}
</style>
border-color css
<style>
span { border-color: #B1ACE1; }
span { border-color: rgb(177,172,225); }
td.TdClassName
{
border-color: #B1ACE1;
}
.TagClassName
{
border-color: #B1ACE1;
}
</style>