Shades of Lavender Blue #BAC3FF
Tints of Lavender Blue #BAC3FF
RGB
CMYK
RGB Variations
Color information
#BAC3FF (or 0xBAC3FF) is known color: Lavender Blue. HEX triplet: BA, C3 and FF. RGB value is (186,195,255). Sum of RGB (Red+Green+Blue) = 186+195+255=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC3FF is #453C00. Grayscale: #C6C6C6. Windows color (decimal): -4537345 or 16761786. OLE color: 16761786.
HSL color Cylindrical-coordinate representation of color #BAC3FF: hue angle of 232.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC3FF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 195 | 255 | - |
| CMYK | 0.27 | 0.24 | 0 | 0 |
| HSL | 232.17º | 1% | 0.86% | - |
| HSV(B) | 232.17º | 0.27% | 1% | - |
| XYZ | 57.81 | 56.69 | 102.5 | - |
| YUV | 199.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 255 | 0.27 | 0.24 | 0 | 0 | 232.17 | 1 | 0.86 |
| Hex | BA | C3 | FF | 1B | 18 | 0 | 0 | E8 | 64 | 56 |
| Octal | 272 | 303 | 377 | 33 | 30 | 0 | 0 | 350 | 144 | 126 |
| Binary | 10111010 | 11000011 | 11111111 | 11011 | 11000 | 0 | 0 | 11101000 | 1100100 | 1010110 |
Color Harmonies of #BAC3FF
Complementary color
Monochromatic Colors of #BAC3FF
Black with #BAC3FF
Text Example
Text Example
White with #BAC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3FF; }
p { color: rgb(186,195,255); }
H1.HeaderClassName
{
color: #BAC3FF;
}
.AnyTagClassName
{
color: #BAC3FF;
}
</style>
background-color css
<style>
a { background-color: #BAC3FF; }
a { background-color: rgb(186,195,255); }
div.DivClassName
{
background-color: #BAC3FF;
}
.BgClassName
{
background-color: #BAC3FF;
}
</style>
border-color css
<style>
span { border-color: #BAC3FF; }
span { border-color: rgb(186,195,255); }
td.TdClassName
{
border-color: #BAC3FF;
}
.TagClassName
{
border-color: #BAC3FF;
}
</style>