Shades of Lavender Blue #BABDFE
Tints of Lavender Blue #BABDFE
RGB
CMYK
RGB Variations
Color information
#BABDFE (or 0xBABDFE) is known color: Lavender Blue. HEX triplet: BA, BD and FE. RGB value is (186,189,254). Sum of RGB (Red+Green+Blue) = 186+189+254=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #BABDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDFE is #454201. Grayscale: #C3C3C3. Windows color (decimal): -4538882 or 16694714. OLE color: 16694714.
HSL color Cylindrical-coordinate representation of color #BABDFE: hue angle of 237.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABDFE is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 189 | 254 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.00 |
| HSL | 237.35º | 0.97% | 0.86% | - |
| HSV(B) | 237.35º | 0.27% | 1% | - |
| XYZ | 56.34 | 53.99 | 101.22 | - |
| YUV | 195.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 254 | 0.27 | 0.26 | 0 | 0.00 | 237.35 | 0.97 | 0.86 |
| Hex | BA | BD | FE | 1B | 1A | 0 | 0 | ED | 61 | 56 |
| Octal | 272 | 275 | 376 | 33 | 32 | 0 | 0 | 355 | 141 | 126 |
| Binary | 10111010 | 10111101 | 11111110 | 11011 | 11010 | 0 | 0 | 11101101 | 1100001 | 1010110 |
Color Harmonies of #BABDFE
Complementary color
Monochromatic Colors of #BABDFE
Black with #BABDFE
Text Example
Text Example
White with #BABDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDFE; }
p { color: rgb(186,189,254); }
H1.HeaderClassName
{
color: #BABDFE;
}
.AnyTagClassName
{
color: #BABDFE;
}
</style>
background-color css
<style>
a { background-color: #BABDFE; }
a { background-color: rgb(186,189,254); }
div.DivClassName
{
background-color: #BABDFE;
}
.BgClassName
{
background-color: #BABDFE;
}
</style>
border-color css
<style>
span { border-color: #BABDFE; }
span { border-color: rgb(186,189,254); }
td.TdClassName
{
border-color: #BABDFE;
}
.TagClassName
{
border-color: #BABDFE;
}
</style>