Shades of Lavender Blue #BAB3FE
Tints of Lavender Blue #BAB3FE
RGB
CMYK
RGB Variations
Color information
#BAB3FE (or 0xBAB3FE) is known color: Lavender Blue. HEX triplet: BA, B3 and FE. RGB value is (186,179,254). Sum of RGB (Red+Green+Blue) = 186+179+254=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3FE is #454C01. Grayscale: #BDBDBD. Windows color (decimal): -4541442 or 16692154. OLE color: 16692154.
HSL color Cylindrical-coordinate representation of color #BAB3FE: hue angle of 245.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB3FE is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 179 | 254 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.00 |
| HSL | 245.6º | 0.97% | 0.85% | - |
| HSV(B) | 245.6º | 0.3% | 1% | - |
| XYZ | 54.26 | 49.84 | 100.53 | - |
| YUV | 189.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 254 | 0.27 | 0.30 | 0 | 0.00 | 245.6 | 0.97 | 0.85 |
| Hex | BA | B3 | FE | 1B | 1E | 0 | 0 | F6 | 61 | 55 |
| Octal | 272 | 263 | 376 | 33 | 36 | 0 | 0 | 366 | 141 | 125 |
| Binary | 10111010 | 10110011 | 11111110 | 11011 | 11110 | 0 | 0 | 11110110 | 1100001 | 1010101 |
Color Harmonies of #BAB3FE
Complementary color
Monochromatic Colors of #BAB3FE
Black with #BAB3FE
Text Example
Text Example
White with #BAB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3FE; }
p { color: rgb(186,179,254); }
H1.HeaderClassName
{
color: #BAB3FE;
}
.AnyTagClassName
{
color: #BAB3FE;
}
</style>
background-color css
<style>
a { background-color: #BAB3FE; }
a { background-color: rgb(186,179,254); }
div.DivClassName
{
background-color: #BAB3FE;
}
.BgClassName
{
background-color: #BAB3FE;
}
</style>
border-color css
<style>
span { border-color: #BAB3FE; }
span { border-color: rgb(186,179,254); }
td.TdClassName
{
border-color: #BAB3FE;
}
.TagClassName
{
border-color: #BAB3FE;
}
</style>