Shades of Lavender Grey #B1ADE1
Tints of Lavender Grey #B1ADE1
RGB
CMYK
RGB Variations
Color information
#B1ADE1 (or 0xB1ADE1) is known color: Lavender Grey. HEX triplet: B1, AD and E1. RGB value is (177,173,225). Sum of RGB (Red+Green+Blue) = 177+173+225=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADE1 is #4E521E. Grayscale: #B3B3B3. Windows color (decimal): -5132831 or 14790065. OLE color: 14790065.
HSL color Cylindrical-coordinate representation of color #B1ADE1: hue angle of 244.62º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1ADE1 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 173 | 225 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.12 |
| HSL | 244.62º | 0.46% | 0.78% | - |
| HSV(B) | 244.62º | 0.23% | 0.88% | - |
| XYZ | 46.67 | 44.67 | 77.4 | - |
| YUV | 180.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 225 | 0.21 | 0.23 | 0 | 0.12 | 244.62 | 0.46 | 0.78 |
| Hex | B1 | AD | E1 | 15 | 17 | 0 | C | F5 | 2E | 4E |
| Octal | 261 | 255 | 341 | 25 | 27 | 0 | 14 | 365 | 56 | 116 |
| Binary | 10110001 | 10101101 | 11100001 | 10101 | 10111 | 0 | 1100 | 11110101 | 101110 | 1001110 |
Color Harmonies of #B1ADE1
Complementary color
Monochromatic Colors of #B1ADE1
Black with #B1ADE1
Text Example
Text Example
White with #B1ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADE1; }
p { color: rgb(177,173,225); }
H1.HeaderClassName
{
color: #B1ADE1;
}
.AnyTagClassName
{
color: #B1ADE1;
}
</style>
background-color css
<style>
a { background-color: #B1ADE1; }
a { background-color: rgb(177,173,225); }
div.DivClassName
{
background-color: #B1ADE1;
}
.BgClassName
{
background-color: #B1ADE1;
}
</style>
border-color css
<style>
span { border-color: #B1ADE1; }
span { border-color: rgb(177,173,225); }
td.TdClassName
{
border-color: #B1ADE1;
}
.TagClassName
{
border-color: #B1ADE1;
}
</style>