Shades of Lavender Blue #BAC2FE
Tints of Lavender Blue #BAC2FE
RGB
CMYK
RGB Variations
Color information
#BAC2FE (or 0xBAC2FE) is known color: Lavender Blue. HEX triplet: BA, C2 and FE. RGB value is (186,194,254). Sum of RGB (Red+Green+Blue) = 186+194+254=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2FE is #453D01. Grayscale: #C6C6C6. Windows color (decimal): -4537602 or 16695994. OLE color: 16695994.
HSL color Cylindrical-coordinate representation of color #BAC2FE: hue angle of 232.94º 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 #BAC2FE is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 194 | 254 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.00 |
| HSL | 232.94º | 0.97% | 0.86% | - |
| HSV(B) | 232.94º | 0.27% | 1% | - |
| XYZ | 57.43 | 56.18 | 101.58 | - |
| YUV | 198.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 254 | 0.27 | 0.24 | 0 | 0.00 | 232.94 | 0.97 | 0.86 |
| Hex | BA | C2 | FE | 1B | 18 | 0 | 0 | E9 | 61 | 56 |
| Octal | 272 | 302 | 376 | 33 | 30 | 0 | 0 | 351 | 141 | 126 |
| Binary | 10111010 | 11000010 | 11111110 | 11011 | 11000 | 0 | 0 | 11101001 | 1100001 | 1010110 |
Color Harmonies of #BAC2FE
Complementary color
Monochromatic Colors of #BAC2FE
Black with #BAC2FE
Text Example
Text Example
White with #BAC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2FE; }
p { color: rgb(186,194,254); }
H1.HeaderClassName
{
color: #BAC2FE;
}
.AnyTagClassName
{
color: #BAC2FE;
}
</style>
background-color css
<style>
a { background-color: #BAC2FE; }
a { background-color: rgb(186,194,254); }
div.DivClassName
{
background-color: #BAC2FE;
}
.BgClassName
{
background-color: #BAC2FE;
}
</style>
border-color css
<style>
span { border-color: #BAC2FE; }
span { border-color: rgb(186,194,254); }
td.TdClassName
{
border-color: #BAC2FE;
}
.TagClassName
{
border-color: #BAC2FE;
}
</style>