Shades of Lavender Grey #B2ABE6
Tints of Lavender Grey #B2ABE6
RGB
CMYK
RGB Variations
Color information
#B2ABE6 (or 0xB2ABE6) is known color: Lavender Grey. HEX triplet: B2, AB and E6. RGB value is (178,171,230). Sum of RGB (Red+Green+Blue) = 178+171+230=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #B2ABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABE6 is #4D5419. Grayscale: #B3B3B3. Windows color (decimal): -5067802 or 15117234. OLE color: 15117234.
HSL color Cylindrical-coordinate representation of color #B2ABE6: hue angle of 247.12º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2ABE6 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 171 | 230 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.10 |
| HSL | 247.12º | 0.54% | 0.79% | - |
| HSV(B) | 247.12º | 0.26% | 0.9% | - |
| XYZ | 47.21 | 44.3 | 80.93 | - |
| YUV | 179.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 230 | 0.23 | 0.26 | 0 | 0.10 | 247.12 | 0.54 | 0.79 |
| Hex | B2 | AB | E6 | 17 | 1A | 0 | A | F7 | 36 | 4F |
| Octal | 262 | 253 | 346 | 27 | 32 | 0 | 12 | 367 | 66 | 117 |
| Binary | 10110010 | 10101011 | 11100110 | 10111 | 11010 | 0 | 1010 | 11110111 | 110110 | 1001111 |
Color Harmonies of #B2ABE6
Complementary color
Monochromatic Colors of #B2ABE6
Black with #B2ABE6
Text Example
Text Example
White with #B2ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABE6; }
p { color: rgb(178,171,230); }
H1.HeaderClassName
{
color: #B2ABE6;
}
.AnyTagClassName
{
color: #B2ABE6;
}
</style>
background-color css
<style>
a { background-color: #B2ABE6; }
a { background-color: rgb(178,171,230); }
div.DivClassName
{
background-color: #B2ABE6;
}
.BgClassName
{
background-color: #B2ABE6;
}
</style>
border-color css
<style>
span { border-color: #B2ABE6; }
span { border-color: rgb(178,171,230); }
td.TdClassName
{
border-color: #B2ABE6;
}
.TagClassName
{
border-color: #B2ABE6;
}
</style>