Shades of Lavender Grey #B0ABE6
Tints of Lavender Grey #B0ABE6
RGB
CMYK
RGB Variations
Color information
#B0ABE6 (or 0xB0ABE6) is known color: Lavender Grey. HEX triplet: B0, AB and E6. RGB value is (176,171,230). Sum of RGB (Red+Green+Blue) = 176+171+230=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #B0ABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABE6 is #4F5419. Grayscale: #B2B2B2. Windows color (decimal): -5198874 or 15117232. OLE color: 15117232.
HSL color Cylindrical-coordinate representation of color #B0ABE6: hue angle of 245.08º 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 #B0ABE6 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 171 | 230 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.10 |
| HSL | 245.08º | 0.54% | 0.79% | - |
| HSV(B) | 245.08º | 0.26% | 0.9% | - |
| XYZ | 46.75 | 44.07 | 80.91 | - |
| YUV | 179.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 230 | 0.23 | 0.26 | 0 | 0.10 | 245.08 | 0.54 | 0.79 |
| Hex | B0 | AB | E6 | 17 | 1A | 0 | A | F5 | 36 | 4F |
| Octal | 260 | 253 | 346 | 27 | 32 | 0 | 12 | 365 | 66 | 117 |
| Binary | 10110000 | 10101011 | 11100110 | 10111 | 11010 | 0 | 1010 | 11110101 | 110110 | 1001111 |
Color Harmonies of #B0ABE6
Complementary color
Monochromatic Colors of #B0ABE6
Black with #B0ABE6
Text Example
Text Example
White with #B0ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABE6; }
p { color: rgb(176,171,230); }
H1.HeaderClassName
{
color: #B0ABE6;
}
.AnyTagClassName
{
color: #B0ABE6;
}
</style>
background-color css
<style>
a { background-color: #B0ABE6; }
a { background-color: rgb(176,171,230); }
div.DivClassName
{
background-color: #B0ABE6;
}
.BgClassName
{
background-color: #B0ABE6;
}
</style>
border-color css
<style>
span { border-color: #B0ABE6; }
span { border-color: rgb(176,171,230); }
td.TdClassName
{
border-color: #B0ABE6;
}
.TagClassName
{
border-color: #B0ABE6;
}
</style>