Shades of Lavender Blue #BABBFB
Tints of Lavender Blue #BABBFB
RGB
CMYK
RGB Variations
Color information
#BABBFB (or 0xBABBFB) is known color: Lavender Blue. HEX triplet: BA, BB and FB. RGB value is (186,187,251). Sum of RGB (Red+Green+Blue) = 186+187+251=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #BABBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBFB is #454404. Grayscale: #C1C1C1. Windows color (decimal): -4539397 or 16497594. OLE color: 16497594.
HSL color Cylindrical-coordinate representation of color #BABBFB: hue angle of 239.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BABBFB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 187 | 251 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.02 |
| HSL | 239.08º | 0.89% | 0.86% | - |
| HSV(B) | 239.08º | 0.26% | 0.98% | - |
| XYZ | 55.43 | 52.94 | 98.56 | - |
| YUV | 194 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 251 | 0.26 | 0.25 | 0 | 0.02 | 239.08 | 0.89 | 0.86 |
| Hex | BA | BB | FB | 1A | 19 | 0 | 2 | EF | 59 | 56 |
| Octal | 272 | 273 | 373 | 32 | 31 | 0 | 2 | 357 | 131 | 126 |
| Binary | 10111010 | 10111011 | 11111011 | 11010 | 11001 | 0 | 10 | 11101111 | 1011001 | 1010110 |
Color Harmonies of #BABBFB
Complementary color
Monochromatic Colors of #BABBFB
Black with #BABBFB
Text Example
Text Example
White with #BABBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBFB; }
p { color: rgb(186,187,251); }
H1.HeaderClassName
{
color: #BABBFB;
}
.AnyTagClassName
{
color: #BABBFB;
}
</style>
background-color css
<style>
a { background-color: #BABBFB; }
a { background-color: rgb(186,187,251); }
div.DivClassName
{
background-color: #BABBFB;
}
.BgClassName
{
background-color: #BABBFB;
}
</style>
border-color css
<style>
span { border-color: #BABBFB; }
span { border-color: rgb(186,187,251); }
td.TdClassName
{
border-color: #BABBFB;
}
.TagClassName
{
border-color: #BABBFB;
}
</style>