Shades of Lavender Blue #BABFFE
Tints of Lavender Blue #BABFFE
RGB
CMYK
RGB Variations
Color information
#BABFFE (or 0xBABFFE) is known color: Lavender Blue. HEX triplet: BA, BF and FE. RGB value is (186,191,254). Sum of RGB (Red+Green+Blue) = 186+191+254=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #BABFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFFE is #454001. Grayscale: #C4C4C4. Windows color (decimal): -4538370 or 16695226. OLE color: 16695226.
HSL color Cylindrical-coordinate representation of color #BABFFE: hue angle of 235.59º 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 #BABFFE is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 191 | 254 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.00 |
| HSL | 235.59º | 0.97% | 0.86% | - |
| HSV(B) | 235.59º | 0.27% | 1% | - |
| XYZ | 56.77 | 54.86 | 101.36 | - |
| YUV | 196.69 | 160.34 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 254 | 0.27 | 0.25 | 0 | 0.00 | 235.59 | 0.97 | 0.86 |
| Hex | BA | BF | FE | 1B | 19 | 0 | 0 | EC | 61 | 56 |
| Octal | 272 | 277 | 376 | 33 | 31 | 0 | 0 | 354 | 141 | 126 |
| Binary | 10111010 | 10111111 | 11111110 | 11011 | 11001 | 0 | 0 | 11101100 | 1100001 | 1010110 |
Color Harmonies of #BABFFE
Complementary color
Monochromatic Colors of #BABFFE
Black with #BABFFE
Text Example
Text Example
White with #BABFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFFE; }
p { color: rgb(186,191,254); }
H1.HeaderClassName
{
color: #BABFFE;
}
.AnyTagClassName
{
color: #BABFFE;
}
</style>
background-color css
<style>
a { background-color: #BABFFE; }
a { background-color: rgb(186,191,254); }
div.DivClassName
{
background-color: #BABFFE;
}
.BgClassName
{
background-color: #BABFFE;
}
</style>
border-color css
<style>
span { border-color: #BABFFE; }
span { border-color: rgb(186,191,254); }
td.TdClassName
{
border-color: #BABFFE;
}
.TagClassName
{
border-color: #BABFFE;
}
</style>