Shades of Lavender Blue #BABBFF
Tints of Lavender Blue #BABBFF
RGB
CMYK
RGB Variations
Color information
#BABBFF (or 0xBABBFF) is known color: Lavender Blue. HEX triplet: BA, BB and FF. RGB value is (186,187,255). Sum of RGB (Red+Green+Blue) = 186+187+255=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #BABBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBFF is #454400. Grayscale: #C2C2C2. Windows color (decimal): -4539393 or 16759738. OLE color: 16759738.
HSL color Cylindrical-coordinate representation of color #BABBFF: hue angle of 239.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABBFF is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 187 | 255 | - |
| CMYK | 0.27 | 0.27 | 0 | 0 |
| HSL | 239.13º | 1% | 0.86% | - |
| HSV(B) | 239.13º | 0.27% | 1% | - |
| XYZ | 56.07 | 53.2 | 101.92 | - |
| YUV | 194.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 255 | 0.27 | 0.27 | 0 | 0 | 239.13 | 1 | 0.86 |
| Hex | BA | BB | FF | 1B | 1B | 0 | 0 | EF | 64 | 56 |
| Octal | 272 | 273 | 377 | 33 | 33 | 0 | 0 | 357 | 144 | 126 |
| Binary | 10111010 | 10111011 | 11111111 | 11011 | 11011 | 0 | 0 | 11101111 | 1100100 | 1010110 |
Color Harmonies of #BABBFF
Complementary color
Monochromatic Colors of #BABBFF
Black with #BABBFF
Text Example
Text Example
White with #BABBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBFF; }
p { color: rgb(186,187,255); }
H1.HeaderClassName
{
color: #BABBFF;
}
.AnyTagClassName
{
color: #BABBFF;
}
</style>
background-color css
<style>
a { background-color: #BABBFF; }
a { background-color: rgb(186,187,255); }
div.DivClassName
{
background-color: #BABBFF;
}
.BgClassName
{
background-color: #BABBFF;
}
</style>
border-color css
<style>
span { border-color: #BABBFF; }
span { border-color: rgb(186,187,255); }
td.TdClassName
{
border-color: #BABBFF;
}
.TagClassName
{
border-color: #BABBFF;
}
</style>