Shades of Lavender Grey #B1A9EE
Tints of Lavender Grey #B1A9EE
RGB
CMYK
RGB Variations
Color information
#B1A9EE (or 0xB1A9EE) is known color: Lavender Grey. HEX triplet: B1, A9 and EE. RGB value is (177,169,238). Sum of RGB (Red+Green+Blue) = 177+169+238=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1A9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A9EE is #4E5611. Grayscale: #B2B2B2. Windows color (decimal): -5133842 or 15641009. OLE color: 15641009.
HSL color Cylindrical-coordinate representation of color #B1A9EE: hue angle of 246.96º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1A9EE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 169 | 238 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.07 |
| HSL | 246.96º | 0.67% | 0.8% | - |
| HSV(B) | 246.96º | 0.29% | 0.93% | - |
| XYZ | 47.75 | 43.9 | 86.84 | - |
| YUV | 179.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 238 | 0.26 | 0.29 | 0 | 0.07 | 246.96 | 0.67 | 0.8 |
| Hex | B1 | A9 | EE | 1A | 1D | 0 | 7 | F7 | 43 | 50 |
| Octal | 261 | 251 | 356 | 32 | 35 | 0 | 7 | 367 | 103 | 120 |
| Binary | 10110001 | 10101001 | 11101110 | 11010 | 11101 | 0 | 111 | 11110111 | 1000011 | 1010000 |
Color Harmonies of #B1A9EE
Complementary color
Monochromatic Colors of #B1A9EE
Black with #B1A9EE
Text Example
Text Example
White with #B1A9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A9EE; }
p { color: rgb(177,169,238); }
H1.HeaderClassName
{
color: #B1A9EE;
}
.AnyTagClassName
{
color: #B1A9EE;
}
</style>
background-color css
<style>
a { background-color: #B1A9EE; }
a { background-color: rgb(177,169,238); }
div.DivClassName
{
background-color: #B1A9EE;
}
.BgClassName
{
background-color: #B1A9EE;
}
</style>
border-color css
<style>
span { border-color: #B1A9EE; }
span { border-color: rgb(177,169,238); }
td.TdClassName
{
border-color: #B1A9EE;
}
.TagClassName
{
border-color: #B1A9EE;
}
</style>