Shades of Lavender Grey #BAB3E3
Tints of Lavender Grey #BAB3E3
RGB
CMYK
RGB Variations
Color information
#BAB3E3 (or 0xBAB3E3) is known color: Lavender Grey. HEX triplet: BA, B3 and E3. RGB value is (186,179,227). Sum of RGB (Red+Green+Blue) = 186+179+227=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAB3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3E3 is #454C1C. Grayscale: #BABABA. Windows color (decimal): -4541469 or 14922682. OLE color: 14922682.
HSL color Cylindrical-coordinate representation of color #BAB3E3: hue angle of 248.75º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB3E3 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 179 | 227 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.11 |
| HSL | 248.75º | 0.46% | 0.8% | - |
| HSV(B) | 248.75º | 0.21% | 0.89% | - |
| XYZ | 50.23 | 48.23 | 79.33 | - |
| YUV | 186.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 227 | 0.18 | 0.21 | 0 | 0.11 | 248.75 | 0.46 | 0.8 |
| Hex | BA | B3 | E3 | 12 | 15 | 0 | B | F9 | 2E | 50 |
| Octal | 272 | 263 | 343 | 22 | 25 | 0 | 13 | 371 | 56 | 120 |
| Binary | 10111010 | 10110011 | 11100011 | 10010 | 10101 | 0 | 1011 | 11111001 | 101110 | 1010000 |
Color Harmonies of #BAB3E3
Complementary color
Monochromatic Colors of #BAB3E3
Black with #BAB3E3
Text Example
Text Example
White with #BAB3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3E3; }
p { color: rgb(186,179,227); }
H1.HeaderClassName
{
color: #BAB3E3;
}
.AnyTagClassName
{
color: #BAB3E3;
}
</style>
background-color css
<style>
a { background-color: #BAB3E3; }
a { background-color: rgb(186,179,227); }
div.DivClassName
{
background-color: #BAB3E3;
}
.BgClassName
{
background-color: #BAB3E3;
}
</style>
border-color css
<style>
span { border-color: #BAB3E3; }
span { border-color: rgb(186,179,227); }
td.TdClassName
{
border-color: #BAB3E3;
}
.TagClassName
{
border-color: #BAB3E3;
}
</style>