Shades of Lavender Grey #B1ABDC
Tints of Lavender Grey #B1ABDC
RGB
CMYK
RGB Variations
Color information
#B1ABDC (or 0xB1ABDC) is known color: Lavender Grey. HEX triplet: B1, AB and DC. RGB value is (177,171,220). Sum of RGB (Red+Green+Blue) = 177+171+220=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABDC is #4E5423. Grayscale: #B2B2B2. Windows color (decimal): -5133348 or 14461873. OLE color: 14461873.
HSL color Cylindrical-coordinate representation of color #B1ABDC: hue angle of 247.35º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1ABDC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 171 | 220 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.14 |
| HSL | 247.35º | 0.41% | 0.77% | - |
| HSV(B) | 247.35º | 0.22% | 0.86% | - |
| XYZ | 45.61 | 43.64 | 73.73 | - |
| YUV | 178.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 220 | 0.20 | 0.22 | 0 | 0.14 | 247.35 | 0.41 | 0.77 |
| Hex | B1 | AB | DC | 14 | 16 | 0 | E | F7 | 29 | 4D |
| Octal | 261 | 253 | 334 | 24 | 26 | 0 | 16 | 367 | 51 | 115 |
| Binary | 10110001 | 10101011 | 11011100 | 10100 | 10110 | 0 | 1110 | 11110111 | 101001 | 1001101 |
Color Harmonies of #B1ABDC
Complementary color
Monochromatic Colors of #B1ABDC
Black with #B1ABDC
Text Example
Text Example
White with #B1ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABDC; }
p { color: rgb(177,171,220); }
H1.HeaderClassName
{
color: #B1ABDC;
}
.AnyTagClassName
{
color: #B1ABDC;
}
</style>
background-color css
<style>
a { background-color: #B1ABDC; }
a { background-color: rgb(177,171,220); }
div.DivClassName
{
background-color: #B1ABDC;
}
.BgClassName
{
background-color: #B1ABDC;
}
</style>
border-color css
<style>
span { border-color: #B1ABDC; }
span { border-color: rgb(177,171,220); }
td.TdClassName
{
border-color: #B1ABDC;
}
.TagClassName
{
border-color: #B1ABDC;
}
</style>