Shades of Lavender Grey #B0ABDF
Tints of Lavender Grey #B0ABDF
RGB
CMYK
RGB Variations
Color information
#B0ABDF (or 0xB0ABDF) is known color: Lavender Grey. HEX triplet: B0, AB and DF. RGB value is (176,171,223). Sum of RGB (Red+Green+Blue) = 176+171+223=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDF is #4F5420. Grayscale: #B2B2B2. Windows color (decimal): -5198881 or 14658480. OLE color: 14658480.
HSL color Cylindrical-coordinate representation of color #B0ABDF: hue angle of 245.77º 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 #B0ABDF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 171 | 223 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.13 |
| HSL | 245.77º | 0.45% | 0.77% | - |
| HSV(B) | 245.77º | 0.23% | 0.87% | - |
| XYZ | 45.79 | 43.68 | 75.83 | - |
| YUV | 178.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 223 | 0.21 | 0.23 | 0 | 0.13 | 245.77 | 0.45 | 0.77 |
| Hex | B0 | AB | DF | 15 | 17 | 0 | D | F6 | 2D | 4D |
| Octal | 260 | 253 | 337 | 25 | 27 | 0 | 15 | 366 | 55 | 115 |
| Binary | 10110000 | 10101011 | 11011111 | 10101 | 10111 | 0 | 1101 | 11110110 | 101101 | 1001101 |
Color Harmonies of #B0ABDF
Complementary color
Monochromatic Colors of #B0ABDF
Black with #B0ABDF
Text Example
Text Example
White with #B0ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABDF; }
p { color: rgb(176,171,223); }
H1.HeaderClassName
{
color: #B0ABDF;
}
.AnyTagClassName
{
color: #B0ABDF;
}
</style>
background-color css
<style>
a { background-color: #B0ABDF; }
a { background-color: rgb(176,171,223); }
div.DivClassName
{
background-color: #B0ABDF;
}
.BgClassName
{
background-color: #B0ABDF;
}
</style>
border-color css
<style>
span { border-color: #B0ABDF; }
span { border-color: rgb(176,171,223); }
td.TdClassName
{
border-color: #B0ABDF;
}
.TagClassName
{
border-color: #B0ABDF;
}
</style>