Shades of Lavender Blue #BAC2FF
Tints of Lavender Blue #BAC2FF
RGB
CMYK
RGB Variations
Color information
#BAC2FF (or 0xBAC2FF) is known color: Lavender Blue. HEX triplet: BA, C2 and FF. RGB value is (186,194,255). Sum of RGB (Red+Green+Blue) = 186+194+255=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2FF is #453D00. Grayscale: #C6C6C6. Windows color (decimal): -4537601 or 16761530. OLE color: 16761530.
HSL color Cylindrical-coordinate representation of color #BAC2FF: hue angle of 233.04º 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 #BAC2FF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 194 | 255 | - |
| CMYK | 0.27 | 0.24 | 0 | 0 |
| HSL | 233.04º | 1% | 0.86% | - |
| HSV(B) | 233.04º | 0.27% | 1% | - |
| XYZ | 57.59 | 56.24 | 102.43 | - |
| YUV | 198.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 255 | 0.27 | 0.24 | 0 | 0 | 233.04 | 1 | 0.86 |
| Hex | BA | C2 | FF | 1B | 18 | 0 | 0 | E9 | 64 | 56 |
| Octal | 272 | 302 | 377 | 33 | 30 | 0 | 0 | 351 | 144 | 126 |
| Binary | 10111010 | 11000010 | 11111111 | 11011 | 11000 | 0 | 0 | 11101001 | 1100100 | 1010110 |
Color Harmonies of #BAC2FF
Complementary color
Monochromatic Colors of #BAC2FF
Black with #BAC2FF
Text Example
Text Example
White with #BAC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2FF; }
p { color: rgb(186,194,255); }
H1.HeaderClassName
{
color: #BAC2FF;
}
.AnyTagClassName
{
color: #BAC2FF;
}
</style>
background-color css
<style>
a { background-color: #BAC2FF; }
a { background-color: rgb(186,194,255); }
div.DivClassName
{
background-color: #BAC2FF;
}
.BgClassName
{
background-color: #BAC2FF;
}
</style>
border-color css
<style>
span { border-color: #BAC2FF; }
span { border-color: rgb(186,194,255); }
td.TdClassName
{
border-color: #BAC2FF;
}
.TagClassName
{
border-color: #BAC2FF;
}
</style>