Shades of Lavender Grey #B3ABE6
Tints of Lavender Grey #B3ABE6
RGB
CMYK
RGB Variations
Color information
#B3ABE6 (or 0xB3ABE6) is known color: Lavender Grey. HEX triplet: B3, AB and E6. RGB value is (179,171,230). Sum of RGB (Red+Green+Blue) = 179+171+230=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #B3ABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ABE6 is #4C5419. Grayscale: #B3B3B3. Windows color (decimal): -5002266 or 15117235. OLE color: 15117235.
HSL color Cylindrical-coordinate representation of color #B3ABE6: hue angle of 248.14º 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 #B3ABE6 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 171 | 230 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.10 |
| HSL | 248.14º | 0.54% | 0.79% | - |
| HSV(B) | 248.14º | 0.26% | 0.9% | - |
| XYZ | 47.44 | 44.42 | 80.94 | - |
| YUV | 180.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 230 | 0.22 | 0.26 | 0 | 0.10 | 248.14 | 0.54 | 0.79 |
| Hex | B3 | AB | E6 | 16 | 1A | 0 | A | F8 | 36 | 4F |
| Octal | 263 | 253 | 346 | 26 | 32 | 0 | 12 | 370 | 66 | 117 |
| Binary | 10110011 | 10101011 | 11100110 | 10110 | 11010 | 0 | 1010 | 11111000 | 110110 | 1001111 |
Color Harmonies of #B3ABE6
Complementary color
Monochromatic Colors of #B3ABE6
Black with #B3ABE6
Text Example
Text Example
White with #B3ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABE6; }
p { color: rgb(179,171,230); }
H1.HeaderClassName
{
color: #B3ABE6;
}
.AnyTagClassName
{
color: #B3ABE6;
}
</style>
background-color css
<style>
a { background-color: #B3ABE6; }
a { background-color: rgb(179,171,230); }
div.DivClassName
{
background-color: #B3ABE6;
}
.BgClassName
{
background-color: #B3ABE6;
}
</style>
border-color css
<style>
span { border-color: #B3ABE6; }
span { border-color: rgb(179,171,230); }
td.TdClassName
{
border-color: #B3ABE6;
}
.TagClassName
{
border-color: #B3ABE6;
}
</style>