Shades of Lavender Grey #B1ADDD
Tints of Lavender Grey #B1ADDD
RGB
CMYK
RGB Variations
Color information
#B1ADDD (or 0xB1ADDD) is known color: Lavender Grey. HEX triplet: B1, AD and DD. RGB value is (177,173,221). Sum of RGB (Red+Green+Blue) = 177+173+221=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADDD is #4E5222. Grayscale: #B3B3B3. Windows color (decimal): -5132835 or 14527921. OLE color: 14527921.
HSL color Cylindrical-coordinate representation of color #B1ADDD: hue angle of 245º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1ADDD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 173 | 221 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.13 |
| HSL | 245º | 0.41% | 0.77% | - |
| HSV(B) | 245º | 0.22% | 0.87% | - |
| XYZ | 46.13 | 44.45 | 74.56 | - |
| YUV | 179.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 221 | 0.20 | 0.22 | 0 | 0.13 | 245 | 0.41 | 0.77 |
| Hex | B1 | AD | DD | 14 | 16 | 0 | D | F5 | 29 | 4D |
| Octal | 261 | 255 | 335 | 24 | 26 | 0 | 15 | 365 | 51 | 115 |
| Binary | 10110001 | 10101101 | 11011101 | 10100 | 10110 | 0 | 1101 | 11110101 | 101001 | 1001101 |
Color Harmonies of #B1ADDD
Complementary color
Monochromatic Colors of #B1ADDD
Black with #B1ADDD
Text Example
Text Example
White with #B1ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADDD; }
p { color: rgb(177,173,221); }
H1.HeaderClassName
{
color: #B1ADDD;
}
.AnyTagClassName
{
color: #B1ADDD;
}
</style>
background-color css
<style>
a { background-color: #B1ADDD; }
a { background-color: rgb(177,173,221); }
div.DivClassName
{
background-color: #B1ADDD;
}
.BgClassName
{
background-color: #B1ADDD;
}
</style>
border-color css
<style>
span { border-color: #B1ADDD; }
span { border-color: rgb(177,173,221); }
td.TdClassName
{
border-color: #B1ADDD;
}
.TagClassName
{
border-color: #B1ADDD;
}
</style>