Shades of Lavender Grey #B1A9DF
Tints of Lavender Grey #B1A9DF
RGB
CMYK
RGB Variations
Color information
#B1A9DF (or 0xB1A9DF) is known color: Lavender Grey. HEX triplet: B1, A9 and DF. RGB value is (177,169,223). Sum of RGB (Red+Green+Blue) = 177+169+223=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1A9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9DF is #4E5620. Grayscale: #B1B1B1. Windows color (decimal): -5133857 or 14657969. OLE color: 14657969.
HSL color Cylindrical-coordinate representation of color #B1A9DF: hue angle of 248.89º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A9DF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 169 | 223 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.13 |
| HSL | 248.89º | 0.46% | 0.77% | - |
| HSV(B) | 248.89º | 0.24% | 0.87% | - |
| XYZ | 45.64 | 43.05 | 75.72 | - |
| YUV | 177.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 223 | 0.21 | 0.24 | 0 | 0.13 | 248.89 | 0.46 | 0.77 |
| Hex | B1 | A9 | DF | 15 | 18 | 0 | D | F9 | 2E | 4D |
| Octal | 261 | 251 | 337 | 25 | 30 | 0 | 15 | 371 | 56 | 115 |
| Binary | 10110001 | 10101001 | 11011111 | 10101 | 11000 | 0 | 1101 | 11111001 | 101110 | 1001101 |
Color Harmonies of #B1A9DF
Complementary color
Monochromatic Colors of #B1A9DF
Black with #B1A9DF
Text Example
Text Example
White with #B1A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A9DF; }
p { color: rgb(177,169,223); }
H1.HeaderClassName
{
color: #B1A9DF;
}
.AnyTagClassName
{
color: #B1A9DF;
}
</style>
background-color css
<style>
a { background-color: #B1A9DF; }
a { background-color: rgb(177,169,223); }
div.DivClassName
{
background-color: #B1A9DF;
}
.BgClassName
{
background-color: #B1A9DF;
}
</style>
border-color css
<style>
span { border-color: #B1A9DF; }
span { border-color: rgb(177,169,223); }
td.TdClassName
{
border-color: #B1A9DF;
}
.TagClassName
{
border-color: #B1A9DF;
}
</style>