Shades of Lavender Grey #B1AAEA
Tints of Lavender Grey #B1AAEA
RGB
CMYK
RGB Variations
Color information
#B1AAEA (or 0xB1AAEA) is known color: Lavender Grey. HEX triplet: B1, AA and EA. RGB value is (177,170,234). Sum of RGB (Red+Green+Blue) = 177+170+234=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAEA is #4E5515. Grayscale: #B3B3B3. Windows color (decimal): -5133590 or 15379121. OLE color: 15379121.
HSL color Cylindrical-coordinate representation of color #B1AAEA: hue angle of 246.56º 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 #B1AAEA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 170 | 234 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.08 |
| HSL | 246.56º | 0.6% | 0.79% | - |
| HSV(B) | 246.56º | 0.27% | 0.92% | - |
| XYZ | 47.36 | 44.04 | 83.85 | - |
| YUV | 179.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 234 | 0.24 | 0.27 | 0 | 0.08 | 246.56 | 0.6 | 0.79 |
| Hex | B1 | AA | EA | 18 | 1B | 0 | 8 | F7 | 3C | 4F |
| Octal | 261 | 252 | 352 | 30 | 33 | 0 | 10 | 367 | 74 | 117 |
| Binary | 10110001 | 10101010 | 11101010 | 11000 | 11011 | 0 | 1000 | 11110111 | 111100 | 1001111 |
Color Harmonies of #B1AAEA
Complementary color
Monochromatic Colors of #B1AAEA
Black with #B1AAEA
Text Example
Text Example
White with #B1AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAEA; }
p { color: rgb(177,170,234); }
H1.HeaderClassName
{
color: #B1AAEA;
}
.AnyTagClassName
{
color: #B1AAEA;
}
</style>
background-color css
<style>
a { background-color: #B1AAEA; }
a { background-color: rgb(177,170,234); }
div.DivClassName
{
background-color: #B1AAEA;
}
.BgClassName
{
background-color: #B1AAEA;
}
</style>
border-color css
<style>
span { border-color: #B1AAEA; }
span { border-color: rgb(177,170,234); }
td.TdClassName
{
border-color: #B1AAEA;
}
.TagClassName
{
border-color: #B1AAEA;
}
</style>