Shades of Lavender Grey #B3ABDF
Tints of Lavender Grey #B3ABDF
RGB
CMYK
RGB Variations
Color information
#B3ABDF (or 0xB3ABDF) is known color: Lavender Grey. HEX triplet: B3, AB and DF. RGB value is (179,171,223). Sum of RGB (Red+Green+Blue) = 179+171+223=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABDF is #4C5420. Grayscale: #B3B3B3. Windows color (decimal): -5002273 or 14658483. OLE color: 14658483.
HSL color Cylindrical-coordinate representation of color #B3ABDF: hue angle of 249.23º 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 #B3ABDF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 171 | 223 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.13 |
| HSL | 249.23º | 0.45% | 0.77% | - |
| HSV(B) | 249.23º | 0.23% | 0.87% | - |
| XYZ | 46.47 | 44.04 | 75.86 | - |
| YUV | 179.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 223 | 0.20 | 0.23 | 0 | 0.13 | 249.23 | 0.45 | 0.77 |
| Hex | B3 | AB | DF | 14 | 17 | 0 | D | F9 | 2D | 4D |
| Octal | 263 | 253 | 337 | 24 | 27 | 0 | 15 | 371 | 55 | 115 |
| Binary | 10110011 | 10101011 | 11011111 | 10100 | 10111 | 0 | 1101 | 11111001 | 101101 | 1001101 |
Color Harmonies of #B3ABDF
Complementary color
Monochromatic Colors of #B3ABDF
Black with #B3ABDF
Text Example
Text Example
White with #B3ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABDF; }
p { color: rgb(179,171,223); }
H1.HeaderClassName
{
color: #B3ABDF;
}
.AnyTagClassName
{
color: #B3ABDF;
}
</style>
background-color css
<style>
a { background-color: #B3ABDF; }
a { background-color: rgb(179,171,223); }
div.DivClassName
{
background-color: #B3ABDF;
}
.BgClassName
{
background-color: #B3ABDF;
}
</style>
border-color css
<style>
span { border-color: #B3ABDF; }
span { border-color: rgb(179,171,223); }
td.TdClassName
{
border-color: #B3ABDF;
}
.TagClassName
{
border-color: #B3ABDF;
}
</style>