Shades of Lavender Blue #BABCFF
Tints of Lavender Blue #BABCFF
RGB
CMYK
RGB Variations
Color information
#BABCFF (or 0xBABCFF) is known color: Lavender Blue. HEX triplet: BA, BC and FF. RGB value is (186,188,255). Sum of RGB (Red+Green+Blue) = 186+188+255=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #BABCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCFF is #454300. Grayscale: #C2C2C2. Windows color (decimal): -4539137 or 16759994. OLE color: 16759994.
HSL color Cylindrical-coordinate representation of color #BABCFF: hue angle of 238.26º 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 #BABCFF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 188 | 255 | - |
| CMYK | 0.27 | 0.26 | 0 | 0 |
| HSL | 238.26º | 1% | 0.86% | - |
| HSV(B) | 238.26º | 0.27% | 1% | - |
| XYZ | 56.28 | 53.63 | 101.99 | - |
| YUV | 195.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 255 | 0.27 | 0.26 | 0 | 0 | 238.26 | 1 | 0.86 |
| Hex | BA | BC | FF | 1B | 1A | 0 | 0 | EE | 64 | 56 |
| Octal | 272 | 274 | 377 | 33 | 32 | 0 | 0 | 356 | 144 | 126 |
| Binary | 10111010 | 10111100 | 11111111 | 11011 | 11010 | 0 | 0 | 11101110 | 1100100 | 1010110 |
Color Harmonies of #BABCFF
Complementary color
Monochromatic Colors of #BABCFF
Black with #BABCFF
Text Example
Text Example
White with #BABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCFF; }
p { color: rgb(186,188,255); }
H1.HeaderClassName
{
color: #BABCFF;
}
.AnyTagClassName
{
color: #BABCFF;
}
</style>
background-color css
<style>
a { background-color: #BABCFF; }
a { background-color: rgb(186,188,255); }
div.DivClassName
{
background-color: #BABCFF;
}
.BgClassName
{
background-color: #BABCFF;
}
</style>
border-color css
<style>
span { border-color: #BABCFF; }
span { border-color: rgb(186,188,255); }
td.TdClassName
{
border-color: #BABCFF;
}
.TagClassName
{
border-color: #BABCFF;
}
</style>