Shades of Lavender Blue #BAC2FC
Tints of Lavender Blue #BAC2FC
RGB
CMYK
RGB Variations
Color information
#BAC2FC (or 0xBAC2FC) is known color: Lavender Blue. HEX triplet: BA, C2 and FC. RGB value is (186,194,252). Sum of RGB (Red+Green+Blue) = 186+194+252=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2FC is #453D03. Grayscale: #C5C5C5. Windows color (decimal): -4537604 or 16564922. OLE color: 16564922.
HSL color Cylindrical-coordinate representation of color #BAC2FC: hue angle of 232.73º 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 #BAC2FC is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 194 | 252 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.01 |
| HSL | 232.73º | 0.92% | 0.86% | - |
| HSV(B) | 232.73º | 0.26% | 0.99% | - |
| XYZ | 57.11 | 56.05 | 99.9 | - |
| YUV | 198.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 252 | 0.26 | 0.23 | 0 | 0.01 | 232.73 | 0.92 | 0.86 |
| Hex | BA | C2 | FC | 1A | 17 | 0 | 1 | E9 | 5C | 56 |
| Octal | 272 | 302 | 374 | 32 | 27 | 0 | 1 | 351 | 134 | 126 |
| Binary | 10111010 | 11000010 | 11111100 | 11010 | 10111 | 0 | 1 | 11101001 | 1011100 | 1010110 |
Color Harmonies of #BAC2FC
Complementary color
Monochromatic Colors of #BAC2FC
Black with #BAC2FC
Text Example
Text Example
White with #BAC2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2FC; }
p { color: rgb(186,194,252); }
H1.HeaderClassName
{
color: #BAC2FC;
}
.AnyTagClassName
{
color: #BAC2FC;
}
</style>
background-color css
<style>
a { background-color: #BAC2FC; }
a { background-color: rgb(186,194,252); }
div.DivClassName
{
background-color: #BAC2FC;
}
.BgClassName
{
background-color: #BAC2FC;
}
</style>
border-color css
<style>
span { border-color: #BAC2FC; }
span { border-color: rgb(186,194,252); }
td.TdClassName
{
border-color: #BAC2FC;
}
.TagClassName
{
border-color: #BAC2FC;
}
</style>