Shades of Lavender Blue #BABBFC
Tints of Lavender Blue #BABBFC
RGB
CMYK
RGB Variations
Color information
#BABBFC (or 0xBABBFC) is known color: Lavender Blue. HEX triplet: BA, BB and FC. RGB value is (186,187,252). Sum of RGB (Red+Green+Blue) = 186+187+252=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #BABBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBFC is #454403. Grayscale: #C1C1C1. Windows color (decimal): -4539396 or 16563130. OLE color: 16563130.
HSL color Cylindrical-coordinate representation of color #BABBFC: hue angle of 239.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 #BABBFC is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 187 | 252 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.01 |
| HSL | 239.09º | 0.92% | 0.86% | - |
| HSV(B) | 239.09º | 0.26% | 0.99% | - |
| XYZ | 55.59 | 53.01 | 99.4 | - |
| YUV | 194.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 252 | 0.26 | 0.26 | 0 | 0.01 | 239.09 | 0.92 | 0.86 |
| Hex | BA | BB | FC | 1A | 1A | 0 | 1 | EF | 5C | 56 |
| Octal | 272 | 273 | 374 | 32 | 32 | 0 | 1 | 357 | 134 | 126 |
| Binary | 10111010 | 10111011 | 11111100 | 11010 | 11010 | 0 | 1 | 11101111 | 1011100 | 1010110 |
Color Harmonies of #BABBFC
Complementary color
Monochromatic Colors of #BABBFC
Black with #BABBFC
Text Example
Text Example
White with #BABBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBFC; }
p { color: rgb(186,187,252); }
H1.HeaderClassName
{
color: #BABBFC;
}
.AnyTagClassName
{
color: #BABBFC;
}
</style>
background-color css
<style>
a { background-color: #BABBFC; }
a { background-color: rgb(186,187,252); }
div.DivClassName
{
background-color: #BABBFC;
}
.BgClassName
{
background-color: #BABBFC;
}
</style>
border-color css
<style>
span { border-color: #BABBFC; }
span { border-color: rgb(186,187,252); }
td.TdClassName
{
border-color: #BABBFC;
}
.TagClassName
{
border-color: #BABBFC;
}
</style>