Shades of Lavender Grey #B1AADB
Tints of Lavender Grey #B1AADB
RGB
CMYK
RGB Variations
Color information
#B1AADB (or 0xB1AADB) is known color: Lavender Grey. HEX triplet: B1, AA and DB. RGB value is (177,170,219). Sum of RGB (Red+Green+Blue) = 177+170+219=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AADB is #4E5524. Grayscale: #B1B1B1. Windows color (decimal): -5133605 or 14396081. OLE color: 14396081.
HSL color Cylindrical-coordinate representation of color #B1AADB: hue angle of 248.57º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1AADB is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 170 | 219 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.14 |
| HSL | 248.57º | 0.4% | 0.76% | - |
| HSV(B) | 248.57º | 0.22% | 0.86% | - |
| XYZ | 45.29 | 43.21 | 72.97 | - |
| YUV | 177.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 219 | 0.19 | 0.22 | 0 | 0.14 | 248.57 | 0.4 | 0.76 |
| Hex | B1 | AA | DB | 13 | 16 | 0 | E | F9 | 28 | 4C |
| Octal | 261 | 252 | 333 | 23 | 26 | 0 | 16 | 371 | 50 | 114 |
| Binary | 10110001 | 10101010 | 11011011 | 10011 | 10110 | 0 | 1110 | 11111001 | 101000 | 1001100 |
Color Harmonies of #B1AADB
Complementary color
Monochromatic Colors of #B1AADB
Black with #B1AADB
Text Example
Text Example
White with #B1AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AADB; }
p { color: rgb(177,170,219); }
H1.HeaderClassName
{
color: #B1AADB;
}
.AnyTagClassName
{
color: #B1AADB;
}
</style>
background-color css
<style>
a { background-color: #B1AADB; }
a { background-color: rgb(177,170,219); }
div.DivClassName
{
background-color: #B1AADB;
}
.BgClassName
{
background-color: #B1AADB;
}
</style>
border-color css
<style>
span { border-color: #B1AADB; }
span { border-color: rgb(177,170,219); }
td.TdClassName
{
border-color: #B1AADB;
}
.TagClassName
{
border-color: #B1AADB;
}
</style>