Shades of Lavender Blue #BAC6FC
Tints of Lavender Blue #BAC6FC
RGB
CMYK
RGB Variations
Color information
#BAC6FC (or 0xBAC6FC) is known color: Lavender Blue. HEX triplet: BA, C6 and FC. RGB value is (186,198,252). Sum of RGB (Red+Green+Blue) = 186+198+252=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6FC is #453903. Grayscale: #C8C8C8. Windows color (decimal): -4536580 or 16565946. OLE color: 16565946.
HSL color Cylindrical-coordinate representation of color #BAC6FC: hue angle of 229.09º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC6FC is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 198 | 252 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.01 |
| HSL | 229.09º | 0.92% | 0.86% | - |
| HSV(B) | 229.09º | 0.26% | 0.99% | - |
| XYZ | 58.01 | 57.86 | 100.21 | - |
| YUV | 200.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 252 | 0.26 | 0.21 | 0 | 0.01 | 229.09 | 0.92 | 0.86 |
| Hex | BA | C6 | FC | 1A | 15 | 0 | 1 | E5 | 5C | 56 |
| Octal | 272 | 306 | 374 | 32 | 25 | 0 | 1 | 345 | 134 | 126 |
| Binary | 10111010 | 11000110 | 11111100 | 11010 | 10101 | 0 | 1 | 11100101 | 1011100 | 1010110 |
Color Harmonies of #BAC6FC
Complementary color
Monochromatic Colors of #BAC6FC
Black with #BAC6FC
Text Example
Text Example
White with #BAC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6FC; }
p { color: rgb(186,198,252); }
H1.HeaderClassName
{
color: #BAC6FC;
}
.AnyTagClassName
{
color: #BAC6FC;
}
</style>
background-color css
<style>
a { background-color: #BAC6FC; }
a { background-color: rgb(186,198,252); }
div.DivClassName
{
background-color: #BAC6FC;
}
.BgClassName
{
background-color: #BAC6FC;
}
</style>
border-color css
<style>
span { border-color: #BAC6FC; }
span { border-color: rgb(186,198,252); }
td.TdClassName
{
border-color: #BAC6FC;
}
.TagClassName
{
border-color: #BAC6FC;
}
</style>