Shades of Lavender Grey #B1ACDE
Tints of Lavender Grey #B1ACDE
RGB
CMYK
RGB Variations
Color information
#B1ACDE (or 0xB1ACDE) is known color: Lavender Grey. HEX triplet: B1, AC and DE. RGB value is (177,172,222). Sum of RGB (Red+Green+Blue) = 177+172+222=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACDE is #4E5321. Grayscale: #B3B3B3. Windows color (decimal): -5133090 or 14593201. OLE color: 14593201.
HSL color Cylindrical-coordinate representation of color #B1ACDE: hue angle of 246º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1ACDE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 172 | 222 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.13 |
| HSL | 246º | 0.43% | 0.77% | - |
| HSV(B) | 246º | 0.23% | 0.87% | - |
| XYZ | 46.07 | 44.13 | 75.2 | - |
| YUV | 179.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 222 | 0.20 | 0.23 | 0 | 0.13 | 246 | 0.43 | 0.77 |
| Hex | B1 | AC | DE | 14 | 17 | 0 | D | F6 | 2B | 4D |
| Octal | 261 | 254 | 336 | 24 | 27 | 0 | 15 | 366 | 53 | 115 |
| Binary | 10110001 | 10101100 | 11011110 | 10100 | 10111 | 0 | 1101 | 11110110 | 101011 | 1001101 |
Color Harmonies of #B1ACDE
Complementary color
Monochromatic Colors of #B1ACDE
Black with #B1ACDE
Text Example
Text Example
White with #B1ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACDE; }
p { color: rgb(177,172,222); }
H1.HeaderClassName
{
color: #B1ACDE;
}
.AnyTagClassName
{
color: #B1ACDE;
}
</style>
background-color css
<style>
a { background-color: #B1ACDE; }
a { background-color: rgb(177,172,222); }
div.DivClassName
{
background-color: #B1ACDE;
}
.BgClassName
{
background-color: #B1ACDE;
}
</style>
border-color css
<style>
span { border-color: #B1ACDE; }
span { border-color: rgb(177,172,222); }
td.TdClassName
{
border-color: #B1ACDE;
}
.TagClassName
{
border-color: #B1ACDE;
}
</style>