Shades of Lavender Grey #BFBADD
Tints of Lavender Grey #BFBADD
RGB
CMYK
RGB Variations
Color information
#BFBADD (or 0xBFBADD) is known color: Lavender Grey. HEX triplet: BF, BA and DD. RGB value is (191,186,221). Sum of RGB (Red+Green+Blue) = 191+186+221=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 186 (73.05% from 255 or 31.10% 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 #BFBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBADD is #404522. Grayscale: #BFBFBF. Windows color (decimal): -4212003 or 14531263. OLE color: 14531263.
HSL color Cylindrical-coordinate representation of color #BFBADD: hue angle of 248.57º 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 #BFBADD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 186 | 221 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.13 |
| HSL | 248.57º | 0.34% | 0.8% | - |
| HSV(B) | 248.57º | 0.16% | 0.87% | - |
| XYZ | 52.1 | 51.41 | 75.58 | - |
| YUV | 191.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 221 | 0.14 | 0.16 | 0 | 0.13 | 248.57 | 0.34 | 0.8 |
| Hex | BF | BA | DD | E | 10 | 0 | D | F9 | 22 | 50 |
| Octal | 277 | 272 | 335 | 16 | 20 | 0 | 15 | 371 | 42 | 120 |
| Binary | 10111111 | 10111010 | 11011101 | 1110 | 10000 | 0 | 1101 | 11111001 | 100010 | 1010000 |
Color Harmonies of #BFBADD
Complementary color
Monochromatic Colors of #BFBADD
Black with #BFBADD
Text Example
Text Example
White with #BFBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBADD; }
p { color: rgb(191,186,221); }
H1.HeaderClassName
{
color: #BFBADD;
}
.AnyTagClassName
{
color: #BFBADD;
}
</style>
background-color css
<style>
a { background-color: #BFBADD; }
a { background-color: rgb(191,186,221); }
div.DivClassName
{
background-color: #BFBADD;
}
.BgClassName
{
background-color: #BFBADD;
}
</style>
border-color css
<style>
span { border-color: #BFBADD; }
span { border-color: rgb(191,186,221); }
td.TdClassName
{
border-color: #BFBADD;
}
.TagClassName
{
border-color: #BFBADD;
}
</style>