Shades of Lavender Blue #BABAF7
Tints of Lavender Blue #BABAF7
RGB
CMYK
RGB Variations
Color information
#BABAF7 (or 0xBABAF7) is known color: Lavender Blue. HEX triplet: BA, BA and F7. RGB value is (186,186,247). Sum of RGB (Red+Green+Blue) = 186+186+247=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #BABAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAF7 is #454508. Grayscale: #C0C0C0. Windows color (decimal): -4539657 or 16235194. OLE color: 16235194.
HSL color Cylindrical-coordinate representation of color #BABAF7: hue angle of 240º degrees, saturation: 0.79, 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 #BABAF7 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 186 | 247 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.03 |
| HSL | 240º | 0.79% | 0.85% | - |
| HSV(B) | 240º | 0.25% | 0.97% | - |
| XYZ | 54.6 | 52.27 | 95.21 | - |
| YUV | 192.95 | 158.5 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 247 | 0.25 | 0.25 | 0 | 0.03 | 240 | 0.79 | 0.85 |
| Hex | BA | BA | F7 | 19 | 19 | 0 | 3 | F0 | 4F | 55 |
| Octal | 272 | 272 | 367 | 31 | 31 | 0 | 3 | 360 | 117 | 125 |
| Binary | 10111010 | 10111010 | 11110111 | 11001 | 11001 | 0 | 11 | 11110000 | 1001111 | 1010101 |
Color Harmonies of #BABAF7
Complementary color
Monochromatic Colors of #BABAF7
Black with #BABAF7
Text Example
Text Example
White with #BABAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAF7; }
p { color: rgb(186,186,247); }
H1.HeaderClassName
{
color: #BABAF7;
}
.AnyTagClassName
{
color: #BABAF7;
}
</style>
background-color css
<style>
a { background-color: #BABAF7; }
a { background-color: rgb(186,186,247); }
div.DivClassName
{
background-color: #BABAF7;
}
.BgClassName
{
background-color: #BABAF7;
}
</style>
border-color css
<style>
span { border-color: #BABAF7; }
span { border-color: rgb(186,186,247); }
td.TdClassName
{
border-color: #BABAF7;
}
.TagClassName
{
border-color: #BABAF7;
}
</style>