Shades of Lavender Grey #B2ABDF
Tints of Lavender Grey #B2ABDF
RGB
CMYK
RGB Variations
Color information
#B2ABDF (or 0xB2ABDF) is known color: Lavender Grey. HEX triplet: B2, AB and DF. RGB value is (178,171,223). Sum of RGB (Red+Green+Blue) = 178+171+223=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABDF is #4D5420. Grayscale: #B2B2B2. Windows color (decimal): -5067809 or 14658482. OLE color: 14658482.
HSL color Cylindrical-coordinate representation of color #B2ABDF: hue angle of 248.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2ABDF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 171 | 223 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.13 |
| HSL | 248.08º | 0.45% | 0.77% | - |
| HSV(B) | 248.08º | 0.23% | 0.87% | - |
| XYZ | 46.24 | 43.92 | 75.85 | - |
| YUV | 179.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 223 | 0.20 | 0.23 | 0 | 0.13 | 248.08 | 0.45 | 0.77 |
| Hex | B2 | AB | DF | 14 | 17 | 0 | D | F8 | 2D | 4D |
| Octal | 262 | 253 | 337 | 24 | 27 | 0 | 15 | 370 | 55 | 115 |
| Binary | 10110010 | 10101011 | 11011111 | 10100 | 10111 | 0 | 1101 | 11111000 | 101101 | 1001101 |
Color Harmonies of #B2ABDF
Complementary color
Monochromatic Colors of #B2ABDF
Black with #B2ABDF
Text Example
Text Example
White with #B2ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABDF; }
p { color: rgb(178,171,223); }
H1.HeaderClassName
{
color: #B2ABDF;
}
.AnyTagClassName
{
color: #B2ABDF;
}
</style>
background-color css
<style>
a { background-color: #B2ABDF; }
a { background-color: rgb(178,171,223); }
div.DivClassName
{
background-color: #B2ABDF;
}
.BgClassName
{
background-color: #B2ABDF;
}
</style>
border-color css
<style>
span { border-color: #B2ABDF; }
span { border-color: rgb(178,171,223); }
td.TdClassName
{
border-color: #B2ABDF;
}
.TagClassName
{
border-color: #B2ABDF;
}
</style>