Shades of Lavender Grey #B1ADE3
Tints of Lavender Grey #B1ADE3
RGB
CMYK
RGB Variations
Color information
#B1ADE3 (or 0xB1ADE3) is known color: Lavender Grey. HEX triplet: B1, AD and E3. RGB value is (177,173,227). Sum of RGB (Red+Green+Blue) = 177+173+227=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #B1ADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADE3 is #4E521C. Grayscale: #B4B4B4. Windows color (decimal): -5132829 or 14921137. OLE color: 14921137.
HSL color Cylindrical-coordinate representation of color #B1ADE3: hue angle of 244.44º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1ADE3 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 173 | 227 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.11 |
| HSL | 244.44º | 0.49% | 0.78% | - |
| HSV(B) | 244.44º | 0.24% | 0.89% | - |
| XYZ | 46.94 | 44.78 | 78.84 | - |
| YUV | 180.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 227 | 0.22 | 0.24 | 0 | 0.11 | 244.44 | 0.49 | 0.78 |
| Hex | B1 | AD | E3 | 16 | 18 | 0 | B | F4 | 31 | 4E |
| Octal | 261 | 255 | 343 | 26 | 30 | 0 | 13 | 364 | 61 | 116 |
| Binary | 10110001 | 10101101 | 11100011 | 10110 | 11000 | 0 | 1011 | 11110100 | 110001 | 1001110 |
Color Harmonies of #B1ADE3
Complementary color
Monochromatic Colors of #B1ADE3
Black with #B1ADE3
Text Example
Text Example
White with #B1ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADE3; }
p { color: rgb(177,173,227); }
H1.HeaderClassName
{
color: #B1ADE3;
}
.AnyTagClassName
{
color: #B1ADE3;
}
</style>
background-color css
<style>
a { background-color: #B1ADE3; }
a { background-color: rgb(177,173,227); }
div.DivClassName
{
background-color: #B1ADE3;
}
.BgClassName
{
background-color: #B1ADE3;
}
</style>
border-color css
<style>
span { border-color: #B1ADE3; }
span { border-color: rgb(177,173,227); }
td.TdClassName
{
border-color: #B1ADE3;
}
.TagClassName
{
border-color: #B1ADE3;
}
</style>