Shades of Lavender Grey #B1ABE9
Tints of Lavender Grey #B1ABE9
RGB
CMYK
RGB Variations
Color information
#B1ABE9 (or 0xB1ABE9) is known color: Lavender Grey. HEX triplet: B1, AB and E9. RGB value is (177,171,233). Sum of RGB (Red+Green+Blue) = 177+171+233=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #B1ABE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABE9 is #4E5416. Grayscale: #B3B3B3. Windows color (decimal): -5133335 or 15313841. OLE color: 15313841.
HSL color Cylindrical-coordinate representation of color #B1ABE9: hue angle of 245.81º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1ABE9 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 171 | 233 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.09 |
| HSL | 245.81º | 0.58% | 0.79% | - |
| HSV(B) | 245.81º | 0.27% | 0.91% | - |
| XYZ | 47.4 | 44.36 | 83.15 | - |
| YUV | 179.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 233 | 0.24 | 0.27 | 0 | 0.09 | 245.81 | 0.58 | 0.79 |
| Hex | B1 | AB | E9 | 18 | 1B | 0 | 9 | F6 | 3A | 4F |
| Octal | 261 | 253 | 351 | 30 | 33 | 0 | 11 | 366 | 72 | 117 |
| Binary | 10110001 | 10101011 | 11101001 | 11000 | 11011 | 0 | 1001 | 11110110 | 111010 | 1001111 |
Color Harmonies of #B1ABE9
Complementary color
Monochromatic Colors of #B1ABE9
Black with #B1ABE9
Text Example
Text Example
White with #B1ABE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABE9; }
p { color: rgb(177,171,233); }
H1.HeaderClassName
{
color: #B1ABE9;
}
.AnyTagClassName
{
color: #B1ABE9;
}
</style>
background-color css
<style>
a { background-color: #B1ABE9; }
a { background-color: rgb(177,171,233); }
div.DivClassName
{
background-color: #B1ABE9;
}
.BgClassName
{
background-color: #B1ABE9;
}
</style>
border-color css
<style>
span { border-color: #B1ABE9; }
span { border-color: rgb(177,171,233); }
td.TdClassName
{
border-color: #B1ABE9;
}
.TagClassName
{
border-color: #B1ABE9;
}
</style>