Shades of Lavender Blue #BAC3FA
Tints of Lavender Blue #BAC3FA
RGB
CMYK
RGB Variations
Color information
#BAC3FA (or 0xBAC3FA) is known color: Lavender Blue. HEX triplet: BA, C3 and FA. RGB value is (186,195,250). Sum of RGB (Red+Green+Blue) = 186+195+250=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC3FA is #453C05. Grayscale: #C6C6C6. Windows color (decimal): -4537350 or 16434106. OLE color: 16434106.
HSL color Cylindrical-coordinate representation of color #BAC3FA: hue angle of 231.56º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC3FA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 195 | 250 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.02 |
| HSL | 231.56º | 0.86% | 0.85% | - |
| HSV(B) | 231.56º | 0.26% | 0.98% | - |
| XYZ | 57.02 | 56.37 | 98.32 | - |
| YUV | 198.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 250 | 0.26 | 0.22 | 0 | 0.02 | 231.56 | 0.86 | 0.85 |
| Hex | BA | C3 | FA | 1A | 16 | 0 | 2 | E8 | 56 | 55 |
| Octal | 272 | 303 | 372 | 32 | 26 | 0 | 2 | 350 | 126 | 125 |
| Binary | 10111010 | 11000011 | 11111010 | 11010 | 10110 | 0 | 10 | 11101000 | 1010110 | 1010101 |
Color Harmonies of #BAC3FA
Complementary color
Monochromatic Colors of #BAC3FA
Black with #BAC3FA
Text Example
Text Example
White with #BAC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3FA; }
p { color: rgb(186,195,250); }
H1.HeaderClassName
{
color: #BAC3FA;
}
.AnyTagClassName
{
color: #BAC3FA;
}
</style>
background-color css
<style>
a { background-color: #BAC3FA; }
a { background-color: rgb(186,195,250); }
div.DivClassName
{
background-color: #BAC3FA;
}
.BgClassName
{
background-color: #BAC3FA;
}
</style>
border-color css
<style>
span { border-color: #BAC3FA; }
span { border-color: rgb(186,195,250); }
td.TdClassName
{
border-color: #BAC3FA;
}
.TagClassName
{
border-color: #BAC3FA;
}
</style>