Shades of Lavender Blue #BABAFD
Tints of Lavender Blue #BABAFD
RGB
CMYK
RGB Variations
Color information
#BABAFD (or 0xBABAFD) is known color: Lavender Blue. HEX triplet: BA, BA and FD. RGB value is (186,186,253). Sum of RGB (Red+Green+Blue) = 186+186+253=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #BABAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAFD is #454502. Grayscale: #C1C1C1. Windows color (decimal): -4539651 or 16628410. OLE color: 16628410.
HSL color Cylindrical-coordinate representation of color #BABAFD: hue angle of 240º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BABAFD is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 186 | 253 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.01 |
| HSL | 240º | 0.94% | 0.86% | - |
| HSV(B) | 240º | 0.26% | 0.99% | - |
| XYZ | 55.54 | 52.65 | 100.16 | - |
| YUV | 193.64 | 161.5 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 253 | 0.26 | 0.26 | 0 | 0.01 | 240 | 0.94 | 0.86 |
| Hex | BA | BA | FD | 1A | 1A | 0 | 1 | F0 | 5E | 56 |
| Octal | 272 | 272 | 375 | 32 | 32 | 0 | 1 | 360 | 136 | 126 |
| Binary | 10111010 | 10111010 | 11111101 | 11010 | 11010 | 0 | 1 | 11110000 | 1011110 | 1010110 |
Color Harmonies of #BABAFD
Complementary color
Monochromatic Colors of #BABAFD
Black with #BABAFD
Text Example
Text Example
White with #BABAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAFD; }
p { color: rgb(186,186,253); }
H1.HeaderClassName
{
color: #BABAFD;
}
.AnyTagClassName
{
color: #BABAFD;
}
</style>
background-color css
<style>
a { background-color: #BABAFD; }
a { background-color: rgb(186,186,253); }
div.DivClassName
{
background-color: #BABAFD;
}
.BgClassName
{
background-color: #BABAFD;
}
</style>
border-color css
<style>
span { border-color: #BABAFD; }
span { border-color: rgb(186,186,253); }
td.TdClassName
{
border-color: #BABAFD;
}
.TagClassName
{
border-color: #BABAFD;
}
</style>