Shades of Lavender Blue #BABAF6
Tints of Lavender Blue #BABAF6
RGB
CMYK
RGB Variations
Color information
#BABAF6 (or 0xBABAF6) is known color: Lavender Blue. HEX triplet: BA, BA and F6. RGB value is (186,186,246). Sum of RGB (Red+Green+Blue) = 186+186+246=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #BABAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAF6 is #454509. Grayscale: #C0C0C0. Windows color (decimal): -4539658 or 16169658. OLE color: 16169658.
HSL color Cylindrical-coordinate representation of color #BABAF6: hue angle of 240º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BABAF6 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 186 | 246 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.04 |
| HSL | 240º | 0.77% | 0.85% | - |
| HSV(B) | 240º | 0.24% | 0.96% | - |
| XYZ | 54.44 | 52.21 | 94.4 | - |
| YUV | 192.84 | 158 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 246 | 0.24 | 0.24 | 0 | 0.04 | 240 | 0.77 | 0.85 |
| Hex | BA | BA | F6 | 18 | 18 | 0 | 4 | F0 | 4D | 55 |
| Octal | 272 | 272 | 366 | 30 | 30 | 0 | 4 | 360 | 115 | 125 |
| Binary | 10111010 | 10111010 | 11110110 | 11000 | 11000 | 0 | 100 | 11110000 | 1001101 | 1010101 |
Color Harmonies of #BABAF6
Complementary color
Monochromatic Colors of #BABAF6
Black with #BABAF6
Text Example
Text Example
White with #BABAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAF6; }
p { color: rgb(186,186,246); }
H1.HeaderClassName
{
color: #BABAF6;
}
.AnyTagClassName
{
color: #BABAF6;
}
</style>
background-color css
<style>
a { background-color: #BABAF6; }
a { background-color: rgb(186,186,246); }
div.DivClassName
{
background-color: #BABAF6;
}
.BgClassName
{
background-color: #BABAF6;
}
</style>
border-color css
<style>
span { border-color: #BABAF6; }
span { border-color: rgb(186,186,246); }
td.TdClassName
{
border-color: #BABAF6;
}
.TagClassName
{
border-color: #BABAF6;
}
</style>