Shades of Lavender Blue #BABDF8
Tints of Lavender Blue #BABDF8
RGB
CMYK
RGB Variations
Color information
#BABDF8 (or 0xBABDF8) is known color: Lavender Blue. HEX triplet: BA, BD and F8. RGB value is (186,189,248). Sum of RGB (Red+Green+Blue) = 186+189+248=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #BABDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDF8 is #454207. Grayscale: #C2C2C2. Windows color (decimal): -4538888 or 16301498. OLE color: 16301498.
HSL color Cylindrical-coordinate representation of color #BABDF8: hue angle of 237.1º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BABDF8 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 189 | 248 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.03 |
| HSL | 237.1º | 0.82% | 0.85% | - |
| HSV(B) | 237.1º | 0.25% | 0.97% | - |
| XYZ | 55.39 | 53.61 | 96.24 | - |
| YUV | 194.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 248 | 0.25 | 0.24 | 0 | 0.03 | 237.1 | 0.82 | 0.85 |
| Hex | BA | BD | F8 | 19 | 18 | 0 | 3 | ED | 52 | 55 |
| Octal | 272 | 275 | 370 | 31 | 30 | 0 | 3 | 355 | 122 | 125 |
| Binary | 10111010 | 10111101 | 11111000 | 11001 | 11000 | 0 | 11 | 11101101 | 1010010 | 1010101 |
Color Harmonies of #BABDF8
Complementary color
Monochromatic Colors of #BABDF8
Black with #BABDF8
Text Example
Text Example
White with #BABDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDF8; }
p { color: rgb(186,189,248); }
H1.HeaderClassName
{
color: #BABDF8;
}
.AnyTagClassName
{
color: #BABDF8;
}
</style>
background-color css
<style>
a { background-color: #BABDF8; }
a { background-color: rgb(186,189,248); }
div.DivClassName
{
background-color: #BABDF8;
}
.BgClassName
{
background-color: #BABDF8;
}
</style>
border-color css
<style>
span { border-color: #BABDF8; }
span { border-color: rgb(186,189,248); }
td.TdClassName
{
border-color: #BABDF8;
}
.TagClassName
{
border-color: #BABDF8;
}
</style>