Shades of Lavender Blue #BABDFF
Tints of Lavender Blue #BABDFF
RGB
CMYK
RGB Variations
Color information
#BABDFF (or 0xBABDFF) is known color: Lavender Blue. HEX triplet: BA, BD and FF. RGB value is (186,189,255). Sum of RGB (Red+Green+Blue) = 186+189+255=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #BABDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDFF is #454200. Grayscale: #C3C3C3. Windows color (decimal): -4538881 or 16760250. OLE color: 16760250.
HSL color Cylindrical-coordinate representation of color #BABDFF: hue angle of 237.39º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABDFF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 189 | 255 | - |
| CMYK | 0.27 | 0.26 | 0 | 0 |
| HSL | 237.39º | 1% | 0.86% | - |
| HSV(B) | 237.39º | 0.27% | 1% | - |
| XYZ | 56.5 | 54.05 | 102.06 | - |
| YUV | 195.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 255 | 0.27 | 0.26 | 0 | 0 | 237.39 | 1 | 0.86 |
| Hex | BA | BD | FF | 1B | 1A | 0 | 0 | ED | 64 | 56 |
| Octal | 272 | 275 | 377 | 33 | 32 | 0 | 0 | 355 | 144 | 126 |
| Binary | 10111010 | 10111101 | 11111111 | 11011 | 11010 | 0 | 0 | 11101101 | 1100100 | 1010110 |
Color Harmonies of #BABDFF
Complementary color
Monochromatic Colors of #BABDFF
Black with #BABDFF
Text Example
Text Example
White with #BABDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDFF; }
p { color: rgb(186,189,255); }
H1.HeaderClassName
{
color: #BABDFF;
}
.AnyTagClassName
{
color: #BABDFF;
}
</style>
background-color css
<style>
a { background-color: #BABDFF; }
a { background-color: rgb(186,189,255); }
div.DivClassName
{
background-color: #BABDFF;
}
.BgClassName
{
background-color: #BABDFF;
}
</style>
border-color css
<style>
span { border-color: #BABDFF; }
span { border-color: rgb(186,189,255); }
td.TdClassName
{
border-color: #BABDFF;
}
.TagClassName
{
border-color: #BABDFF;
}
</style>