Shades of Lavender Grey #B2AAEF
Tints of Lavender Grey #B2AAEF
RGB
CMYK
RGB Variations
Color information
#B2AAEF (or 0xB2AAEF) is known color: Lavender Grey. HEX triplet: B2, AA and EF. RGB value is (178,170,239). Sum of RGB (Red+Green+Blue) = 178+170+239=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2AAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAEF is #4D5510. Grayscale: #B3B3B3. Windows color (decimal): -5068049 or 15706802. OLE color: 15706802.
HSL color Cylindrical-coordinate representation of color #B2AAEF: hue angle of 246.96º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2AAEF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 170 | 239 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.06 |
| HSL | 246.96º | 0.68% | 0.8% | - |
| HSV(B) | 246.96º | 0.29% | 0.94% | - |
| XYZ | 48.31 | 44.45 | 87.69 | - |
| YUV | 180.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 239 | 0.26 | 0.29 | 0 | 0.06 | 246.96 | 0.68 | 0.8 |
| Hex | B2 | AA | EF | 1A | 1D | 0 | 6 | F7 | 44 | 50 |
| Octal | 262 | 252 | 357 | 32 | 35 | 0 | 6 | 367 | 104 | 120 |
| Binary | 10110010 | 10101010 | 11101111 | 11010 | 11101 | 0 | 110 | 11110111 | 1000100 | 1010000 |
Color Harmonies of #B2AAEF
Complementary color
Monochromatic Colors of #B2AAEF
Black with #B2AAEF
Text Example
Text Example
White with #B2AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAEF; }
p { color: rgb(178,170,239); }
H1.HeaderClassName
{
color: #B2AAEF;
}
.AnyTagClassName
{
color: #B2AAEF;
}
</style>
background-color css
<style>
a { background-color: #B2AAEF; }
a { background-color: rgb(178,170,239); }
div.DivClassName
{
background-color: #B2AAEF;
}
.BgClassName
{
background-color: #B2AAEF;
}
</style>
border-color css
<style>
span { border-color: #B2AAEF; }
span { border-color: rgb(178,170,239); }
td.TdClassName
{
border-color: #B2AAEF;
}
.TagClassName
{
border-color: #B2AAEF;
}
</style>