Shades of Lavender Blue #BAB2FA
Tints of Lavender Blue #BAB2FA
RGB
CMYK
RGB Variations
Color information
#BAB2FA (or 0xBAB2FA) is known color: Lavender Blue. HEX triplet: BA, B2 and FA. RGB value is (186,178,250). Sum of RGB (Red+Green+Blue) = 186+178+250=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2FA is #454D05. Grayscale: #BCBCBC. Windows color (decimal): -4541702 or 16429754. OLE color: 16429754.
HSL color Cylindrical-coordinate representation of color #BAB2FA: hue angle of 246.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB2FA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 178 | 250 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.02 |
| HSL | 246.67º | 0.88% | 0.84% | - |
| HSV(B) | 246.67º | 0.29% | 0.98% | - |
| XYZ | 53.43 | 49.18 | 97.12 | - |
| YUV | 188.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 250 | 0.26 | 0.29 | 0 | 0.02 | 246.67 | 0.88 | 0.84 |
| Hex | BA | B2 | FA | 1A | 1D | 0 | 2 | F7 | 58 | 54 |
| Octal | 272 | 262 | 372 | 32 | 35 | 0 | 2 | 367 | 130 | 124 |
| Binary | 10111010 | 10110010 | 11111010 | 11010 | 11101 | 0 | 10 | 11110111 | 1011000 | 1010100 |
Color Harmonies of #BAB2FA
Complementary color
Monochromatic Colors of #BAB2FA
Black with #BAB2FA
Text Example
Text Example
White with #BAB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2FA; }
p { color: rgb(186,178,250); }
H1.HeaderClassName
{
color: #BAB2FA;
}
.AnyTagClassName
{
color: #BAB2FA;
}
</style>
background-color css
<style>
a { background-color: #BAB2FA; }
a { background-color: rgb(186,178,250); }
div.DivClassName
{
background-color: #BAB2FA;
}
.BgClassName
{
background-color: #BAB2FA;
}
</style>
border-color css
<style>
span { border-color: #BAB2FA; }
span { border-color: rgb(186,178,250); }
td.TdClassName
{
border-color: #BAB2FA;
}
.TagClassName
{
border-color: #BAB2FA;
}
</style>