Shades of Lavender Blue #BAB4FB
Tints of Lavender Blue #BAB4FB
RGB
CMYK
RGB Variations
Color information
#BAB4FB (or 0xBAB4FB) is known color: Lavender Blue. HEX triplet: BA, B4 and FB. RGB value is (186,180,251). Sum of RGB (Red+Green+Blue) = 186+180+251=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAB4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4FB is #454B04. Grayscale: #BDBDBD. Windows color (decimal): -4541189 or 16495802. OLE color: 16495802.
HSL color Cylindrical-coordinate representation of color #BAB4FB: hue angle of 245.07º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB4FB is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 180 | 251 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.02 |
| HSL | 245.07º | 0.9% | 0.85% | - |
| HSV(B) | 245.07º | 0.28% | 0.98% | - |
| XYZ | 53.98 | 50.05 | 98.08 | - |
| YUV | 189.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 251 | 0.26 | 0.28 | 0 | 0.02 | 245.07 | 0.9 | 0.85 |
| Hex | BA | B4 | FB | 1A | 1C | 0 | 2 | F5 | 5A | 55 |
| Octal | 272 | 264 | 373 | 32 | 34 | 0 | 2 | 365 | 132 | 125 |
| Binary | 10111010 | 10110100 | 11111011 | 11010 | 11100 | 0 | 10 | 11110101 | 1011010 | 1010101 |
Color Harmonies of #BAB4FB
Complementary color
Monochromatic Colors of #BAB4FB
Black with #BAB4FB
Text Example
Text Example
White with #BAB4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4FB; }
p { color: rgb(186,180,251); }
H1.HeaderClassName
{
color: #BAB4FB;
}
.AnyTagClassName
{
color: #BAB4FB;
}
</style>
background-color css
<style>
a { background-color: #BAB4FB; }
a { background-color: rgb(186,180,251); }
div.DivClassName
{
background-color: #BAB4FB;
}
.BgClassName
{
background-color: #BAB4FB;
}
</style>
border-color css
<style>
span { border-color: #BAB4FB; }
span { border-color: rgb(186,180,251); }
td.TdClassName
{
border-color: #BAB4FB;
}
.TagClassName
{
border-color: #BAB4FB;
}
</style>