Shades of Lavender Blue #BAADFF
Tints of Lavender Blue #BAADFF
RGB
CMYK
RGB Variations
Color information
#BAADFF (or 0xBAADFF) is known color: Lavender Blue. HEX triplet: BA, AD and FF. RGB value is (186,173,255). Sum of RGB (Red+Green+Blue) = 186+173+255=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADFF is #455200. Grayscale: #B9B9B9. Windows color (decimal): -4542977 or 16756154. OLE color: 16756154.
HSL color Cylindrical-coordinate representation of color #BAADFF: hue angle of 249.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAADFF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 173 | 255 | - |
| CMYK | 0.27 | 0.32 | 0 | 0 |
| HSL | 249.51º | 1% | 0.84% | - |
| HSV(B) | 249.51º | 0.32% | 1% | - |
| XYZ | 53.24 | 47.55 | 100.98 | - |
| YUV | 186.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 255 | 0.27 | 0.32 | 0 | 0 | 249.51 | 1 | 0.84 |
| Hex | BA | AD | FF | 1B | 20 | 0 | 0 | FA | 64 | 54 |
| Octal | 272 | 255 | 377 | 33 | 40 | 0 | 0 | 372 | 144 | 124 |
| Binary | 10111010 | 10101101 | 11111111 | 11011 | 100000 | 0 | 0 | 11111010 | 1100100 | 1010100 |
Color Harmonies of #BAADFF
Complementary color
Monochromatic Colors of #BAADFF
Black with #BAADFF
Text Example
Text Example
White with #BAADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADFF; }
p { color: rgb(186,173,255); }
H1.HeaderClassName
{
color: #BAADFF;
}
.AnyTagClassName
{
color: #BAADFF;
}
</style>
background-color css
<style>
a { background-color: #BAADFF; }
a { background-color: rgb(186,173,255); }
div.DivClassName
{
background-color: #BAADFF;
}
.BgClassName
{
background-color: #BAADFF;
}
</style>
border-color css
<style>
span { border-color: #BAADFF; }
span { border-color: rgb(186,173,255); }
td.TdClassName
{
border-color: #BAADFF;
}
.TagClassName
{
border-color: #BAADFF;
}
</style>