Shades of Lavender Grey #BABFDD
Tints of Lavender Grey #BABFDD
RGB
CMYK
RGB Variations
Color information
#BABFDD (or 0xBABFDD) is known color: Lavender Grey. HEX triplet: BA, BF and DD. RGB value is (186,191,221). Sum of RGB (Red+Green+Blue) = 186+191+221=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #BABFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFDD is #454022. Grayscale: #C0C0C0. Windows color (decimal): -4538403 or 14532538. OLE color: 14532538.
HSL color Cylindrical-coordinate representation of color #BABFDD: hue angle of 231.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BABFDD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 191 | 221 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 231.43º | 0.34% | 0.8% | - |
| HSV(B) | 231.43º | 0.16% | 0.87% | - |
| XYZ | 51.93 | 52.92 | 75.88 | - |
| YUV | 192.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 221 | 0.16 | 0.14 | 0 | 0.13 | 231.43 | 0.34 | 0.8 |
| Hex | BA | BF | DD | 10 | E | 0 | D | E7 | 22 | 50 |
| Octal | 272 | 277 | 335 | 20 | 16 | 0 | 15 | 347 | 42 | 120 |
| Binary | 10111010 | 10111111 | 11011101 | 10000 | 1110 | 0 | 1101 | 11100111 | 100010 | 1010000 |
Color Harmonies of #BABFDD
Complementary color
Monochromatic Colors of #BABFDD
Black with #BABFDD
Text Example
Text Example
White with #BABFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFDD; }
p { color: rgb(186,191,221); }
H1.HeaderClassName
{
color: #BABFDD;
}
.AnyTagClassName
{
color: #BABFDD;
}
</style>
background-color css
<style>
a { background-color: #BABFDD; }
a { background-color: rgb(186,191,221); }
div.DivClassName
{
background-color: #BABFDD;
}
.BgClassName
{
background-color: #BABFDD;
}
</style>
border-color css
<style>
span { border-color: #BABFDD; }
span { border-color: rgb(186,191,221); }
td.TdClassName
{
border-color: #BABFDD;
}
.TagClassName
{
border-color: #BABFDD;
}
</style>