Shades of Lavender Blue #BAB7F7
Tints of Lavender Blue #BAB7F7
RGB
CMYK
RGB Variations
Color information
#BAB7F7 (or 0xBAB7F7) is known color: Lavender Blue. HEX triplet: BA, B7 and F7. RGB value is (186,183,247). Sum of RGB (Red+Green+Blue) = 186+183+247=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAB7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7F7 is #454808. Grayscale: #BEBEBE. Windows color (decimal): -4540425 or 16234426. OLE color: 16234426.
HSL color Cylindrical-coordinate representation of color #BAB7F7: hue angle of 242.81º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB7F7 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 183 | 247 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.03 |
| HSL | 242.81º | 0.8% | 0.84% | - |
| HSV(B) | 242.81º | 0.26% | 0.97% | - |
| XYZ | 53.97 | 51.02 | 95 | - |
| YUV | 191.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 247 | 0.25 | 0.26 | 0 | 0.03 | 242.81 | 0.8 | 0.84 |
| Hex | BA | B7 | F7 | 19 | 1A | 0 | 3 | F3 | 50 | 54 |
| Octal | 272 | 267 | 367 | 31 | 32 | 0 | 3 | 363 | 120 | 124 |
| Binary | 10111010 | 10110111 | 11110111 | 11001 | 11010 | 0 | 11 | 11110011 | 1010000 | 1010100 |
Color Harmonies of #BAB7F7
Complementary color
Monochromatic Colors of #BAB7F7
Black with #BAB7F7
Text Example
Text Example
White with #BAB7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7F7; }
p { color: rgb(186,183,247); }
H1.HeaderClassName
{
color: #BAB7F7;
}
.AnyTagClassName
{
color: #BAB7F7;
}
</style>
background-color css
<style>
a { background-color: #BAB7F7; }
a { background-color: rgb(186,183,247); }
div.DivClassName
{
background-color: #BAB7F7;
}
.BgClassName
{
background-color: #BAB7F7;
}
</style>
border-color css
<style>
span { border-color: #BAB7F7; }
span { border-color: rgb(186,183,247); }
td.TdClassName
{
border-color: #BAB7F7;
}
.TagClassName
{
border-color: #BAB7F7;
}
</style>