Shades of Lavender Grey #B3ABE3
Tints of Lavender Grey #B3ABE3
RGB
CMYK
RGB Variations
Color information
#B3ABE3 (or 0xB3ABE3) is known color: Lavender Grey. HEX triplet: B3, AB and E3. RGB value is (179,171,227). Sum of RGB (Red+Green+Blue) = 179+171+227=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #B3ABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABE3 is #4C541C. Grayscale: #B3B3B3. Windows color (decimal): -5002269 or 14920627. OLE color: 14920627.
HSL color Cylindrical-coordinate representation of color #B3ABE3: hue angle of 248.57º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3ABE3 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 171 | 227 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.11 |
| HSL | 248.57º | 0.5% | 0.78% | - |
| HSV(B) | 248.57º | 0.25% | 0.89% | - |
| XYZ | 47.02 | 44.26 | 78.74 | - |
| YUV | 179.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 227 | 0.21 | 0.25 | 0 | 0.11 | 248.57 | 0.5 | 0.78 |
| Hex | B3 | AB | E3 | 15 | 19 | 0 | B | F9 | 32 | 4E |
| Octal | 263 | 253 | 343 | 25 | 31 | 0 | 13 | 371 | 62 | 116 |
| Binary | 10110011 | 10101011 | 11100011 | 10101 | 11001 | 0 | 1011 | 11111001 | 110010 | 1001110 |
Color Harmonies of #B3ABE3
Complementary color
Monochromatic Colors of #B3ABE3
Black with #B3ABE3
Text Example
Text Example
White with #B3ABE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABE3; }
p { color: rgb(179,171,227); }
H1.HeaderClassName
{
color: #B3ABE3;
}
.AnyTagClassName
{
color: #B3ABE3;
}
</style>
background-color css
<style>
a { background-color: #B3ABE3; }
a { background-color: rgb(179,171,227); }
div.DivClassName
{
background-color: #B3ABE3;
}
.BgClassName
{
background-color: #B3ABE3;
}
</style>
border-color css
<style>
span { border-color: #B3ABE3; }
span { border-color: rgb(179,171,227); }
td.TdClassName
{
border-color: #B3ABE3;
}
.TagClassName
{
border-color: #B3ABE3;
}
</style>