Shades of Lavender Blue #BABDFB
Tints of Lavender Blue #BABDFB
RGB
CMYK
RGB Variations
Color information
#BABDFB (or 0xBABDFB) is known color: Lavender Blue. HEX triplet: BA, BD and FB. RGB value is (186,189,251). Sum of RGB (Red+Green+Blue) = 186+189+251=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #BABDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDFB is #454204. Grayscale: #C2C2C2. Windows color (decimal): -4538885 or 16498106. OLE color: 16498106.
HSL color Cylindrical-coordinate representation of color #BABDFB: hue angle of 237.23º 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 #BABDFB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 189 | 251 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.02 |
| HSL | 237.23º | 0.89% | 0.86% | - |
| HSV(B) | 237.23º | 0.26% | 0.98% | - |
| XYZ | 55.86 | 53.8 | 98.71 | - |
| YUV | 195.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 251 | 0.26 | 0.25 | 0 | 0.02 | 237.23 | 0.89 | 0.86 |
| Hex | BA | BD | FB | 1A | 19 | 0 | 2 | ED | 59 | 56 |
| Octal | 272 | 275 | 373 | 32 | 31 | 0 | 2 | 355 | 131 | 126 |
| Binary | 10111010 | 10111101 | 11111011 | 11010 | 11001 | 0 | 10 | 11101101 | 1011001 | 1010110 |
Color Harmonies of #BABDFB
Complementary color
Monochromatic Colors of #BABDFB
Black with #BABDFB
Text Example
Text Example
White with #BABDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDFB; }
p { color: rgb(186,189,251); }
H1.HeaderClassName
{
color: #BABDFB;
}
.AnyTagClassName
{
color: #BABDFB;
}
</style>
background-color css
<style>
a { background-color: #BABDFB; }
a { background-color: rgb(186,189,251); }
div.DivClassName
{
background-color: #BABDFB;
}
.BgClassName
{
background-color: #BABDFB;
}
</style>
border-color css
<style>
span { border-color: #BABDFB; }
span { border-color: rgb(186,189,251); }
td.TdClassName
{
border-color: #BABDFB;
}
.TagClassName
{
border-color: #BABDFB;
}
</style>