Shades of Lavender Blue #BABDFD
Tints of Lavender Blue #BABDFD
RGB
CMYK
RGB Variations
Color information
#BABDFD (or 0xBABDFD) is known color: Lavender Blue. HEX triplet: BA, BD and FD. RGB value is (186,189,253). Sum of RGB (Red+Green+Blue) = 186+189+253=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #BABDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDFD is #454202. Grayscale: #C3C3C3. Windows color (decimal): -4538883 or 16629178. OLE color: 16629178.
HSL color Cylindrical-coordinate representation of color #BABDFD: hue angle of 237.31º 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 #BABDFD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 189 | 253 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.01 |
| HSL | 237.31º | 0.94% | 0.86% | - |
| HSV(B) | 237.31º | 0.26% | 0.99% | - |
| XYZ | 56.18 | 53.93 | 100.38 | - |
| YUV | 195.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 253 | 0.26 | 0.25 | 0 | 0.01 | 237.31 | 0.94 | 0.86 |
| Hex | BA | BD | FD | 1A | 19 | 0 | 1 | ED | 5E | 56 |
| Octal | 272 | 275 | 375 | 32 | 31 | 0 | 1 | 355 | 136 | 126 |
| Binary | 10111010 | 10111101 | 11111101 | 11010 | 11001 | 0 | 1 | 11101101 | 1011110 | 1010110 |
Color Harmonies of #BABDFD
Complementary color
Monochromatic Colors of #BABDFD
Black with #BABDFD
Text Example
Text Example
White with #BABDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDFD; }
p { color: rgb(186,189,253); }
H1.HeaderClassName
{
color: #BABDFD;
}
.AnyTagClassName
{
color: #BABDFD;
}
</style>
background-color css
<style>
a { background-color: #BABDFD; }
a { background-color: rgb(186,189,253); }
div.DivClassName
{
background-color: #BABDFD;
}
.BgClassName
{
background-color: #BABDFD;
}
</style>
border-color css
<style>
span { border-color: #BABDFD; }
span { border-color: rgb(186,189,253); }
td.TdClassName
{
border-color: #BABDFD;
}
.TagClassName
{
border-color: #BABDFD;
}
</style>