Shades of Lavender Grey #B4ABDF
Tints of Lavender Grey #B4ABDF
RGB
CMYK
RGB Variations
Color information
#B4ABDF (or 0xB4ABDF) is known color: Lavender Grey. HEX triplet: B4, AB and DF. RGB value is (180,171,223). Sum of RGB (Red+Green+Blue) = 180+171+223=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABDF is #4B5420. Grayscale: #B3B3B3. Windows color (decimal): -4936737 or 14658484. OLE color: 14658484.
HSL color Cylindrical-coordinate representation of color #B4ABDF: hue angle of 250.38º 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 #B4ABDF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 171 | 223 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.13 |
| HSL | 250.38º | 0.45% | 0.77% | - |
| HSV(B) | 250.38º | 0.23% | 0.87% | - |
| XYZ | 46.7 | 44.16 | 75.87 | - |
| YUV | 179.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 223 | 0.19 | 0.23 | 0 | 0.13 | 250.38 | 0.45 | 0.77 |
| Hex | B4 | AB | DF | 13 | 17 | 0 | D | FA | 2D | 4D |
| Octal | 264 | 253 | 337 | 23 | 27 | 0 | 15 | 372 | 55 | 115 |
| Binary | 10110100 | 10101011 | 11011111 | 10011 | 10111 | 0 | 1101 | 11111010 | 101101 | 1001101 |
Color Harmonies of #B4ABDF
Complementary color
Monochromatic Colors of #B4ABDF
Black with #B4ABDF
Text Example
Text Example
White with #B4ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABDF; }
p { color: rgb(180,171,223); }
H1.HeaderClassName
{
color: #B4ABDF;
}
.AnyTagClassName
{
color: #B4ABDF;
}
</style>
background-color css
<style>
a { background-color: #B4ABDF; }
a { background-color: rgb(180,171,223); }
div.DivClassName
{
background-color: #B4ABDF;
}
.BgClassName
{
background-color: #B4ABDF;
}
</style>
border-color css
<style>
span { border-color: #B4ABDF; }
span { border-color: rgb(180,171,223); }
td.TdClassName
{
border-color: #B4ABDF;
}
.TagClassName
{
border-color: #B4ABDF;
}
</style>