Shades of Lavender Blue #BAAEFF
Tints of Lavender Blue #BAAEFF
RGB
CMYK
RGB Variations
Color information
#BAAEFF (or 0xBAAEFF) is known color: Lavender Blue. HEX triplet: BA, AE and FF. RGB value is (186,174,255). Sum of RGB (Red+Green+Blue) = 186+174+255=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEFF is #455100. Grayscale: #BABABA. Windows color (decimal): -4542721 or 16756410. OLE color: 16756410.
HSL color Cylindrical-coordinate representation of color #BAAEFF: hue angle of 248.89º 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 #BAAEFF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 174 | 255 | - |
| CMYK | 0.27 | 0.32 | 0 | 0 |
| HSL | 248.89º | 1% | 0.84% | - |
| HSV(B) | 248.89º | 0.32% | 1% | - |
| XYZ | 53.44 | 47.93 | 101.04 | - |
| YUV | 186.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 255 | 0.27 | 0.32 | 0 | 0 | 248.89 | 1 | 0.84 |
| Hex | BA | AE | FF | 1B | 20 | 0 | 0 | F9 | 64 | 54 |
| Octal | 272 | 256 | 377 | 33 | 40 | 0 | 0 | 371 | 144 | 124 |
| Binary | 10111010 | 10101110 | 11111111 | 11011 | 100000 | 0 | 0 | 11111001 | 1100100 | 1010100 |
Color Harmonies of #BAAEFF
Complementary color
Monochromatic Colors of #BAAEFF
Black with #BAAEFF
Text Example
Text Example
White with #BAAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEFF; }
p { color: rgb(186,174,255); }
H1.HeaderClassName
{
color: #BAAEFF;
}
.AnyTagClassName
{
color: #BAAEFF;
}
</style>
background-color css
<style>
a { background-color: #BAAEFF; }
a { background-color: rgb(186,174,255); }
div.DivClassName
{
background-color: #BAAEFF;
}
.BgClassName
{
background-color: #BAAEFF;
}
</style>
border-color css
<style>
span { border-color: #BAAEFF; }
span { border-color: rgb(186,174,255); }
td.TdClassName
{
border-color: #BAAEFF;
}
.TagClassName
{
border-color: #BAAEFF;
}
</style>