Shades of Lavender Blue #BAB9FA
Tints of Lavender Blue #BAB9FA
RGB
CMYK
RGB Variations
Color information
#BAB9FA (or 0xBAB9FA) is known color: Lavender Blue. HEX triplet: BA, B9 and FA. RGB value is (186,185,250). Sum of RGB (Red+Green+Blue) = 186+185+250=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9FA is #454605. Grayscale: #C0C0C0. Windows color (decimal): -4539910 or 16431546. OLE color: 16431546.
HSL color Cylindrical-coordinate representation of color #BAB9FA: hue angle of 240.92º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB9FA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 185 | 250 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.02 |
| HSL | 240.92º | 0.87% | 0.85% | - |
| HSV(B) | 240.92º | 0.26% | 0.98% | - |
| XYZ | 54.85 | 52.04 | 97.6 | - |
| YUV | 192.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 250 | 0.26 | 0.26 | 0 | 0.02 | 240.92 | 0.87 | 0.85 |
| Hex | BA | B9 | FA | 1A | 1A | 0 | 2 | F1 | 57 | 55 |
| Octal | 272 | 271 | 372 | 32 | 32 | 0 | 2 | 361 | 127 | 125 |
| Binary | 10111010 | 10111001 | 11111010 | 11010 | 11010 | 0 | 10 | 11110001 | 1010111 | 1010101 |
Color Harmonies of #BAB9FA
Complementary color
Monochromatic Colors of #BAB9FA
Black with #BAB9FA
Text Example
Text Example
White with #BAB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9FA; }
p { color: rgb(186,185,250); }
H1.HeaderClassName
{
color: #BAB9FA;
}
.AnyTagClassName
{
color: #BAB9FA;
}
</style>
background-color css
<style>
a { background-color: #BAB9FA; }
a { background-color: rgb(186,185,250); }
div.DivClassName
{
background-color: #BAB9FA;
}
.BgClassName
{
background-color: #BAB9FA;
}
</style>
border-color css
<style>
span { border-color: #BAB9FA; }
span { border-color: rgb(186,185,250); }
td.TdClassName
{
border-color: #BAB9FA;
}
.TagClassName
{
border-color: #BAB9FA;
}
</style>