Shades of Lavender Grey #B3AAE3
Tints of Lavender Grey #B3AAE3
RGB
CMYK
RGB Variations
Color information
#B3AAE3 (or 0xB3AAE3) is known color: Lavender Grey. HEX triplet: B3, AA and E3. RGB value is (179,170,227). Sum of RGB (Red+Green+Blue) = 179+170+227=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 227 - color contains mainly: blue. Hex color #B3AAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAE3 is #4C551C. Grayscale: #B2B2B2. Windows color (decimal): -5002525 or 14920371. OLE color: 14920371.
HSL color Cylindrical-coordinate representation of color #B3AAE3: hue angle of 249.47º 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 #B3AAE3 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 170 | 227 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.11 |
| HSL | 249.47º | 0.5% | 0.78% | - |
| HSV(B) | 249.47º | 0.25% | 0.89% | - |
| XYZ | 46.83 | 43.88 | 78.67 | - |
| YUV | 179.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 227 | 0.21 | 0.25 | 0 | 0.11 | 249.47 | 0.5 | 0.78 |
| Hex | B3 | AA | E3 | 15 | 19 | 0 | B | F9 | 32 | 4E |
| Octal | 263 | 252 | 343 | 25 | 31 | 0 | 13 | 371 | 62 | 116 |
| Binary | 10110011 | 10101010 | 11100011 | 10101 | 11001 | 0 | 1011 | 11111001 | 110010 | 1001110 |
Color Harmonies of #B3AAE3
Complementary color
Monochromatic Colors of #B3AAE3
Black with #B3AAE3
Text Example
Text Example
White with #B3AAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AAE3; }
p { color: rgb(179,170,227); }
H1.HeaderClassName
{
color: #B3AAE3;
}
.AnyTagClassName
{
color: #B3AAE3;
}
</style>
background-color css
<style>
a { background-color: #B3AAE3; }
a { background-color: rgb(179,170,227); }
div.DivClassName
{
background-color: #B3AAE3;
}
.BgClassName
{
background-color: #B3AAE3;
}
</style>
border-color css
<style>
span { border-color: #B3AAE3; }
span { border-color: rgb(179,170,227); }
td.TdClassName
{
border-color: #B3AAE3;
}
.TagClassName
{
border-color: #B3AAE3;
}
</style>