Shades of Lavender Blue #BAB5FE
Tints of Lavender Blue #BAB5FE
RGB
CMYK
RGB Variations
Color information
#BAB5FE (or 0xBAB5FE) is known color: Lavender Blue. HEX triplet: BA, B5 and FE. RGB value is (186,181,254). Sum of RGB (Red+Green+Blue) = 186+181+254=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5FE is #454A01. Grayscale: #BEBEBE. Windows color (decimal): -4540930 or 16692666. OLE color: 16692666.
HSL color Cylindrical-coordinate representation of color #BAB5FE: hue angle of 244.11º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB5FE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 181 | 254 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.00 |
| HSL | 244.11º | 0.97% | 0.85% | - |
| HSV(B) | 244.11º | 0.29% | 1% | - |
| XYZ | 54.66 | 50.64 | 100.66 | - |
| YUV | 190.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 254 | 0.27 | 0.29 | 0 | 0.00 | 244.11 | 0.97 | 0.85 |
| Hex | BA | B5 | FE | 1B | 1D | 0 | 0 | F4 | 61 | 55 |
| Octal | 272 | 265 | 376 | 33 | 35 | 0 | 0 | 364 | 141 | 125 |
| Binary | 10111010 | 10110101 | 11111110 | 11011 | 11101 | 0 | 0 | 11110100 | 1100001 | 1010101 |
Color Harmonies of #BAB5FE
Complementary color
Monochromatic Colors of #BAB5FE
Black with #BAB5FE
Text Example
Text Example
White with #BAB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5FE; }
p { color: rgb(186,181,254); }
H1.HeaderClassName
{
color: #BAB5FE;
}
.AnyTagClassName
{
color: #BAB5FE;
}
</style>
background-color css
<style>
a { background-color: #BAB5FE; }
a { background-color: rgb(186,181,254); }
div.DivClassName
{
background-color: #BAB5FE;
}
.BgClassName
{
background-color: #BAB5FE;
}
</style>
border-color css
<style>
span { border-color: #BAB5FE; }
span { border-color: rgb(186,181,254); }
td.TdClassName
{
border-color: #BAB5FE;
}
.TagClassName
{
border-color: #BAB5FE;
}
</style>