Shades of Lavender Grey #B3AAEA
Tints of Lavender Grey #B3AAEA
RGB
CMYK
RGB Variations
Color information
#B3AAEA (or 0xB3AAEA) is known color: Lavender Grey. HEX triplet: B3, AA and EA. RGB value is (179,170,234). Sum of RGB (Red+Green+Blue) = 179+170+234=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAEA is #4C5515. Grayscale: #B3B3B3. Windows color (decimal): -5002518 or 15379123. OLE color: 15379123.
HSL color Cylindrical-coordinate representation of color #B3AAEA: hue angle of 248.44º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3AAEA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 170 | 234 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.08 |
| HSL | 248.44º | 0.6% | 0.79% | - |
| HSV(B) | 248.44º | 0.27% | 0.92% | - |
| XYZ | 47.82 | 44.27 | 83.87 | - |
| YUV | 179.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 234 | 0.24 | 0.27 | 0 | 0.08 | 248.44 | 0.6 | 0.79 |
| Hex | B3 | AA | EA | 18 | 1B | 0 | 8 | F8 | 3C | 4F |
| Octal | 263 | 252 | 352 | 30 | 33 | 0 | 10 | 370 | 74 | 117 |
| Binary | 10110011 | 10101010 | 11101010 | 11000 | 11011 | 0 | 1000 | 11111000 | 111100 | 1001111 |
Color Harmonies of #B3AAEA
Complementary color
Monochromatic Colors of #B3AAEA
Black with #B3AAEA
Text Example
Text Example
White with #B3AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AAEA; }
p { color: rgb(179,170,234); }
H1.HeaderClassName
{
color: #B3AAEA;
}
.AnyTagClassName
{
color: #B3AAEA;
}
</style>
background-color css
<style>
a { background-color: #B3AAEA; }
a { background-color: rgb(179,170,234); }
div.DivClassName
{
background-color: #B3AAEA;
}
.BgClassName
{
background-color: #B3AAEA;
}
</style>
border-color css
<style>
span { border-color: #B3AAEA; }
span { border-color: rgb(179,170,234); }
td.TdClassName
{
border-color: #B3AAEA;
}
.TagClassName
{
border-color: #B3AAEA;
}
</style>