Shades of Lavender Grey #B2ABE2
Tints of Lavender Grey #B2ABE2
RGB
CMYK
RGB Variations
Color information
#B2ABE2 (or 0xB2ABE2) is known color: Lavender Grey. HEX triplet: B2, AB and E2. RGB value is (178,171,226). Sum of RGB (Red+Green+Blue) = 178+171+226=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #B2ABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABE2 is #4D541D. Grayscale: #B3B3B3. Windows color (decimal): -5067806 or 14855090. OLE color: 14855090.
HSL color Cylindrical-coordinate representation of color #B2ABE2: hue angle of 247.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2ABE2 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 171 | 226 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.11 |
| HSL | 247.64º | 0.49% | 0.78% | - |
| HSV(B) | 247.64º | 0.24% | 0.89% | - |
| XYZ | 46.65 | 44.08 | 78 | - |
| YUV | 179.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 226 | 0.21 | 0.24 | 0 | 0.11 | 247.64 | 0.49 | 0.78 |
| Hex | B2 | AB | E2 | 15 | 18 | 0 | B | F8 | 31 | 4E |
| Octal | 262 | 253 | 342 | 25 | 30 | 0 | 13 | 370 | 61 | 116 |
| Binary | 10110010 | 10101011 | 11100010 | 10101 | 11000 | 0 | 1011 | 11111000 | 110001 | 1001110 |
Color Harmonies of #B2ABE2
Complementary color
Monochromatic Colors of #B2ABE2
Black with #B2ABE2
Text Example
Text Example
White with #B2ABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABE2; }
p { color: rgb(178,171,226); }
H1.HeaderClassName
{
color: #B2ABE2;
}
.AnyTagClassName
{
color: #B2ABE2;
}
</style>
background-color css
<style>
a { background-color: #B2ABE2; }
a { background-color: rgb(178,171,226); }
div.DivClassName
{
background-color: #B2ABE2;
}
.BgClassName
{
background-color: #B2ABE2;
}
</style>
border-color css
<style>
span { border-color: #B2ABE2; }
span { border-color: rgb(178,171,226); }
td.TdClassName
{
border-color: #B2ABE2;
}
.TagClassName
{
border-color: #B2ABE2;
}
</style>