Shades of Lavender Grey #B3ABE1
Tints of Lavender Grey #B3ABE1
RGB
CMYK
RGB Variations
Color information
#B3ABE1 (or 0xB3ABE1) is known color: Lavender Grey. HEX triplet: B3, AB and E1. RGB value is (179,171,225). Sum of RGB (Red+Green+Blue) = 179+171+225=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #B3ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABE1 is #4C541E. Grayscale: #B3B3B3. Windows color (decimal): -5002271 or 14789555. OLE color: 14789555.
HSL color Cylindrical-coordinate representation of color #B3ABE1: hue angle of 248.89º 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 #B3ABE1 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 171 | 225 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.12 |
| HSL | 248.89º | 0.47% | 0.78% | - |
| HSV(B) | 248.89º | 0.24% | 0.88% | - |
| XYZ | 46.74 | 44.15 | 77.29 | - |
| YUV | 179.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 225 | 0.20 | 0.24 | 0 | 0.12 | 248.89 | 0.47 | 0.78 |
| Hex | B3 | AB | E1 | 14 | 18 | 0 | C | F9 | 2F | 4E |
| Octal | 263 | 253 | 341 | 24 | 30 | 0 | 14 | 371 | 57 | 116 |
| Binary | 10110011 | 10101011 | 11100001 | 10100 | 11000 | 0 | 1100 | 11111001 | 101111 | 1001110 |
Color Harmonies of #B3ABE1
Complementary color
Monochromatic Colors of #B3ABE1
Black with #B3ABE1
Text Example
Text Example
White with #B3ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABE1; }
p { color: rgb(179,171,225); }
H1.HeaderClassName
{
color: #B3ABE1;
}
.AnyTagClassName
{
color: #B3ABE1;
}
</style>
background-color css
<style>
a { background-color: #B3ABE1; }
a { background-color: rgb(179,171,225); }
div.DivClassName
{
background-color: #B3ABE1;
}
.BgClassName
{
background-color: #B3ABE1;
}
</style>
border-color css
<style>
span { border-color: #B3ABE1; }
span { border-color: rgb(179,171,225); }
td.TdClassName
{
border-color: #B3ABE1;
}
.TagClassName
{
border-color: #B3ABE1;
}
</style>