Shades of Lavender Blue #BAB7FA
Tints of Lavender Blue #BAB7FA
RGB
CMYK
RGB Variations
Color information
#BAB7FA (or 0xBAB7FA) is known color: Lavender Blue. HEX triplet: BA, B7 and FA. RGB value is (186,183,250). Sum of RGB (Red+Green+Blue) = 186+183+250=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7FA is #454805. Grayscale: #BFBFBF. Windows color (decimal): -4540422 or 16431034. OLE color: 16431034.
HSL color Cylindrical-coordinate representation of color #BAB7FA: hue angle of 242.69º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAB7FA is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 183 | 250 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.02 |
| HSL | 242.69º | 0.87% | 0.85% | - |
| HSV(B) | 242.69º | 0.27% | 0.98% | - |
| XYZ | 54.44 | 51.21 | 97.46 | - |
| YUV | 191.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 250 | 0.26 | 0.27 | 0 | 0.02 | 242.69 | 0.87 | 0.85 |
| Hex | BA | B7 | FA | 1A | 1B | 0 | 2 | F3 | 57 | 55 |
| Octal | 272 | 267 | 372 | 32 | 33 | 0 | 2 | 363 | 127 | 125 |
| Binary | 10111010 | 10110111 | 11111010 | 11010 | 11011 | 0 | 10 | 11110011 | 1010111 | 1010101 |
Color Harmonies of #BAB7FA
Complementary color
Monochromatic Colors of #BAB7FA
Black with #BAB7FA
Text Example
Text Example
White with #BAB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7FA; }
p { color: rgb(186,183,250); }
H1.HeaderClassName
{
color: #BAB7FA;
}
.AnyTagClassName
{
color: #BAB7FA;
}
</style>
background-color css
<style>
a { background-color: #BAB7FA; }
a { background-color: rgb(186,183,250); }
div.DivClassName
{
background-color: #BAB7FA;
}
.BgClassName
{
background-color: #BAB7FA;
}
</style>
border-color css
<style>
span { border-color: #BAB7FA; }
span { border-color: rgb(186,183,250); }
td.TdClassName
{
border-color: #BAB7FA;
}
.TagClassName
{
border-color: #BAB7FA;
}
</style>