Shades of Lavender Blue #BAC5FE
Tints of Lavender Blue #BAC5FE
RGB
CMYK
RGB Variations
Color information
#BAC5FE (or 0xBAC5FE) is known color: Lavender Blue. HEX triplet: BA, C5 and FE. RGB value is (186,197,254). Sum of RGB (Red+Green+Blue) = 186+197+254=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5FE is #453A01. Grayscale: #C7C7C7. Windows color (decimal): -4536834 or 16696762. OLE color: 16696762.
HSL color Cylindrical-coordinate representation of color #BAC5FE: hue angle of 230.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC5FE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 197 | 254 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.00 |
| HSL | 230.29º | 0.97% | 0.86% | - |
| HSV(B) | 230.29º | 0.27% | 1% | - |
| XYZ | 58.11 | 57.53 | 101.81 | - |
| YUV | 200.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 254 | 0.27 | 0.22 | 0 | 0.00 | 230.29 | 0.97 | 0.86 |
| Hex | BA | C5 | FE | 1B | 16 | 0 | 0 | E6 | 61 | 56 |
| Octal | 272 | 305 | 376 | 33 | 26 | 0 | 0 | 346 | 141 | 126 |
| Binary | 10111010 | 11000101 | 11111110 | 11011 | 10110 | 0 | 0 | 11100110 | 1100001 | 1010110 |
Color Harmonies of #BAC5FE
Complementary color
Monochromatic Colors of #BAC5FE
Black with #BAC5FE
Text Example
Text Example
White with #BAC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5FE; }
p { color: rgb(186,197,254); }
H1.HeaderClassName
{
color: #BAC5FE;
}
.AnyTagClassName
{
color: #BAC5FE;
}
</style>
background-color css
<style>
a { background-color: #BAC5FE; }
a { background-color: rgb(186,197,254); }
div.DivClassName
{
background-color: #BAC5FE;
}
.BgClassName
{
background-color: #BAC5FE;
}
</style>
border-color css
<style>
span { border-color: #BAC5FE; }
span { border-color: rgb(186,197,254); }
td.TdClassName
{
border-color: #BAC5FE;
}
.TagClassName
{
border-color: #BAC5FE;
}
</style>