Shades of Lavender Grey #B1ABDA
Tints of Lavender Grey #B1ABDA
RGB
CMYK
RGB Variations
Color information
#B1ABDA (or 0xB1ABDA) is known color: Lavender Grey. HEX triplet: B1, AB and DA. RGB value is (177,171,218). Sum of RGB (Red+Green+Blue) = 177+171+218=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABDA is #4E5425. Grayscale: #B1B1B1. Windows color (decimal): -5133350 or 14330801. OLE color: 14330801.
HSL color Cylindrical-coordinate representation of color #B1ABDA: hue angle of 247.66º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1ABDA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 171 | 218 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.15 |
| HSL | 247.66º | 0.39% | 0.76% | - |
| HSV(B) | 247.66º | 0.22% | 0.85% | - |
| XYZ | 45.35 | 43.53 | 72.34 | - |
| YUV | 178.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 218 | 0.19 | 0.22 | 0 | 0.15 | 247.66 | 0.39 | 0.76 |
| Hex | B1 | AB | DA | 13 | 16 | 0 | F | F8 | 27 | 4C |
| Octal | 261 | 253 | 332 | 23 | 26 | 0 | 17 | 370 | 47 | 114 |
| Binary | 10110001 | 10101011 | 11011010 | 10011 | 10110 | 0 | 1111 | 11111000 | 100111 | 1001100 |
Color Harmonies of #B1ABDA
Complementary color
Monochromatic Colors of #B1ABDA
Black with #B1ABDA
Text Example
Text Example
White with #B1ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABDA; }
p { color: rgb(177,171,218); }
H1.HeaderClassName
{
color: #B1ABDA;
}
.AnyTagClassName
{
color: #B1ABDA;
}
</style>
background-color css
<style>
a { background-color: #B1ABDA; }
a { background-color: rgb(177,171,218); }
div.DivClassName
{
background-color: #B1ABDA;
}
.BgClassName
{
background-color: #B1ABDA;
}
</style>
border-color css
<style>
span { border-color: #B1ABDA; }
span { border-color: rgb(177,171,218); }
td.TdClassName
{
border-color: #B1ABDA;
}
.TagClassName
{
border-color: #B1ABDA;
}
</style>