Shades of Lavender Grey #BABFDB
Tints of Lavender Grey #BABFDB
RGB
CMYK
RGB Variations
Color information
#BABFDB (or 0xBABFDB) is known color: Lavender Grey. HEX triplet: BA, BF and DB. RGB value is (186,191,219). Sum of RGB (Red+Green+Blue) = 186+191+219=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #BABFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFDB is #454024. Grayscale: #C0C0C0. Windows color (decimal): -4538405 or 14401466. OLE color: 14401466.
HSL color Cylindrical-coordinate representation of color #BABFDB: hue angle of 230.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABFDB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 191 | 219 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.14 |
| HSL | 230.91º | 0.31% | 0.79% | - |
| HSV(B) | 230.91º | 0.15% | 0.86% | - |
| XYZ | 51.67 | 52.82 | 74.49 | - |
| YUV | 192.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 219 | 0.15 | 0.13 | 0 | 0.14 | 230.91 | 0.31 | 0.79 |
| Hex | BA | BF | DB | F | D | 0 | E | E7 | 1F | 4F |
| Octal | 272 | 277 | 333 | 17 | 15 | 0 | 16 | 347 | 37 | 117 |
| Binary | 10111010 | 10111111 | 11011011 | 1111 | 1101 | 0 | 1110 | 11100111 | 11111 | 1001111 |
Color Harmonies of #BABFDB
Complementary color
Monochromatic Colors of #BABFDB
Black with #BABFDB
Text Example
Text Example
White with #BABFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFDB; }
p { color: rgb(186,191,219); }
H1.HeaderClassName
{
color: #BABFDB;
}
.AnyTagClassName
{
color: #BABFDB;
}
</style>
background-color css
<style>
a { background-color: #BABFDB; }
a { background-color: rgb(186,191,219); }
div.DivClassName
{
background-color: #BABFDB;
}
.BgClassName
{
background-color: #BABFDB;
}
</style>
border-color css
<style>
span { border-color: #BABFDB; }
span { border-color: rgb(186,191,219); }
td.TdClassName
{
border-color: #BABFDB;
}
.TagClassName
{
border-color: #BABFDB;
}
</style>