Shades of Lavender Blue #BAC4FF
Tints of Lavender Blue #BAC4FF
RGB
CMYK
RGB Variations
Color information
#BAC4FF (or 0xBAC4FF) is known color: Lavender Blue. HEX triplet: BA, C4 and FF. RGB value is (186,196,255). Sum of RGB (Red+Green+Blue) = 186+196+255=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4FF is #453B00. Grayscale: #C7C7C7. Windows color (decimal): -4537089 or 16762042. OLE color: 16762042.
HSL color Cylindrical-coordinate representation of color #BAC4FF: hue angle of 231.3º 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 #BAC4FF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 196 | 255 | - |
| CMYK | 0.27 | 0.23 | 0 | 0 |
| HSL | 231.3º | 1% | 0.86% | - |
| HSV(B) | 231.3º | 0.27% | 1% | - |
| XYZ | 58.04 | 57.14 | 102.58 | - |
| YUV | 199.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 255 | 0.27 | 0.23 | 0 | 0 | 231.3 | 1 | 0.86 |
| Hex | BA | C4 | FF | 1B | 17 | 0 | 0 | E7 | 64 | 56 |
| Octal | 272 | 304 | 377 | 33 | 27 | 0 | 0 | 347 | 144 | 126 |
| Binary | 10111010 | 11000100 | 11111111 | 11011 | 10111 | 0 | 0 | 11100111 | 1100100 | 1010110 |
Color Harmonies of #BAC4FF
Complementary color
Monochromatic Colors of #BAC4FF
Black with #BAC4FF
Text Example
Text Example
White with #BAC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4FF; }
p { color: rgb(186,196,255); }
H1.HeaderClassName
{
color: #BAC4FF;
}
.AnyTagClassName
{
color: #BAC4FF;
}
</style>
background-color css
<style>
a { background-color: #BAC4FF; }
a { background-color: rgb(186,196,255); }
div.DivClassName
{
background-color: #BAC4FF;
}
.BgClassName
{
background-color: #BAC4FF;
}
</style>
border-color css
<style>
span { border-color: #BAC4FF; }
span { border-color: rgb(186,196,255); }
td.TdClassName
{
border-color: #BAC4FF;
}
.TagClassName
{
border-color: #BAC4FF;
}
</style>