Shades of Lavender Grey #B1ABEC
Tints of Lavender Grey #B1ABEC
RGB
CMYK
RGB Variations
Color information
#B1ABEC (or 0xB1ABEC) is known color: Lavender Grey. HEX triplet: B1, AB and EC. RGB value is (177,171,236). Sum of RGB (Red+Green+Blue) = 177+171+236=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABEC is #4E5413. Grayscale: #B3B3B3. Windows color (decimal): -5133332 or 15510449. OLE color: 15510449.
HSL color Cylindrical-coordinate representation of color #B1ABEC: hue angle of 245.54º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1ABEC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 171 | 236 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.07 |
| HSL | 245.54º | 0.63% | 0.8% | - |
| HSV(B) | 245.54º | 0.28% | 0.93% | - |
| XYZ | 47.83 | 44.53 | 85.43 | - |
| YUV | 180.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 236 | 0.25 | 0.28 | 0 | 0.07 | 245.54 | 0.63 | 0.8 |
| Hex | B1 | AB | EC | 19 | 1C | 0 | 7 | F6 | 3F | 50 |
| Octal | 261 | 253 | 354 | 31 | 34 | 0 | 7 | 366 | 77 | 120 |
| Binary | 10110001 | 10101011 | 11101100 | 11001 | 11100 | 0 | 111 | 11110110 | 111111 | 1010000 |
Color Harmonies of #B1ABEC
Complementary color
Monochromatic Colors of #B1ABEC
Black with #B1ABEC
Text Example
Text Example
White with #B1ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABEC; }
p { color: rgb(177,171,236); }
H1.HeaderClassName
{
color: #B1ABEC;
}
.AnyTagClassName
{
color: #B1ABEC;
}
</style>
background-color css
<style>
a { background-color: #B1ABEC; }
a { background-color: rgb(177,171,236); }
div.DivClassName
{
background-color: #B1ABEC;
}
.BgClassName
{
background-color: #B1ABEC;
}
</style>
border-color css
<style>
span { border-color: #B1ABEC; }
span { border-color: rgb(177,171,236); }
td.TdClassName
{
border-color: #B1ABEC;
}
.TagClassName
{
border-color: #B1ABEC;
}
</style>