Shades of Lavender Blue #BAB8FB
Tints of Lavender Blue #BAB8FB
RGB
CMYK
RGB Variations
Color information
#BAB8FB (or 0xBAB8FB) is known color: Lavender Blue. HEX triplet: BA, B8 and FB. RGB value is (186,184,251). Sum of RGB (Red+Green+Blue) = 186+184+251=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAB8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8FB is #454704. Grayscale: #BFBFBF. Windows color (decimal): -4540165 or 16496826. OLE color: 16496826.
HSL color Cylindrical-coordinate representation of color #BAB8FB: hue angle of 241.79º degrees, saturation: 0.89, 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 #BAB8FB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 184 | 251 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.02 |
| HSL | 241.79º | 0.89% | 0.85% | - |
| HSV(B) | 241.79º | 0.27% | 0.98% | - |
| XYZ | 54.8 | 51.69 | 98.35 | - |
| YUV | 192.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 251 | 0.26 | 0.27 | 0 | 0.02 | 241.79 | 0.89 | 0.85 |
| Hex | BA | B8 | FB | 1A | 1B | 0 | 2 | F2 | 59 | 55 |
| Octal | 272 | 270 | 373 | 32 | 33 | 0 | 2 | 362 | 131 | 125 |
| Binary | 10111010 | 10111000 | 11111011 | 11010 | 11011 | 0 | 10 | 11110010 | 1011001 | 1010101 |
Color Harmonies of #BAB8FB
Complementary color
Monochromatic Colors of #BAB8FB
Black with #BAB8FB
Text Example
Text Example
White with #BAB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8FB; }
p { color: rgb(186,184,251); }
H1.HeaderClassName
{
color: #BAB8FB;
}
.AnyTagClassName
{
color: #BAB8FB;
}
</style>
background-color css
<style>
a { background-color: #BAB8FB; }
a { background-color: rgb(186,184,251); }
div.DivClassName
{
background-color: #BAB8FB;
}
.BgClassName
{
background-color: #BAB8FB;
}
</style>
border-color css
<style>
span { border-color: #BAB8FB; }
span { border-color: rgb(186,184,251); }
td.TdClassName
{
border-color: #BAB8FB;
}
.TagClassName
{
border-color: #BAB8FB;
}
</style>