Shades of Lavender Blue #BAC5FF
Tints of Lavender Blue #BAC5FF
RGB
CMYK
RGB Variations
Color information
#BAC5FF (or 0xBAC5FF) is known color: Lavender Blue. HEX triplet: BA, C5 and FF. RGB value is (186,197,255). Sum of RGB (Red+Green+Blue) = 186+197+255=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5FF is #453A00. Grayscale: #C8C8C8. Windows color (decimal): -4536833 or 16762298. OLE color: 16762298.
HSL color Cylindrical-coordinate representation of color #BAC5FF: hue angle of 230.43º 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 #BAC5FF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 197 | 255 | - |
| CMYK | 0.27 | 0.23 | 0 | 0 |
| HSL | 230.43º | 1% | 0.86% | - |
| HSV(B) | 230.43º | 0.27% | 1% | - |
| XYZ | 58.27 | 57.59 | 102.65 | - |
| YUV | 200.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 255 | 0.27 | 0.23 | 0 | 0 | 230.43 | 1 | 0.86 |
| Hex | BA | C5 | FF | 1B | 17 | 0 | 0 | E6 | 64 | 56 |
| Octal | 272 | 305 | 377 | 33 | 27 | 0 | 0 | 346 | 144 | 126 |
| Binary | 10111010 | 11000101 | 11111111 | 11011 | 10111 | 0 | 0 | 11100110 | 1100100 | 1010110 |
Color Harmonies of #BAC5FF
Complementary color
Monochromatic Colors of #BAC5FF
Black with #BAC5FF
Text Example
Text Example
White with #BAC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5FF; }
p { color: rgb(186,197,255); }
H1.HeaderClassName
{
color: #BAC5FF;
}
.AnyTagClassName
{
color: #BAC5FF;
}
</style>
background-color css
<style>
a { background-color: #BAC5FF; }
a { background-color: rgb(186,197,255); }
div.DivClassName
{
background-color: #BAC5FF;
}
.BgClassName
{
background-color: #BAC5FF;
}
</style>
border-color css
<style>
span { border-color: #BAC5FF; }
span { border-color: rgb(186,197,255); }
td.TdClassName
{
border-color: #BAC5FF;
}
.TagClassName
{
border-color: #BAC5FF;
}
</style>