Shades of Lavender Grey #BFBADF
Tints of Lavender Grey #BFBADF
RGB
CMYK
RGB Variations
Color information
#BFBADF (or 0xBFBADF) is known color: Lavender Grey. HEX triplet: BF, BA and DF. RGB value is (191,186,223). Sum of RGB (Red+Green+Blue) = 191+186+223=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBADF is #404520. Grayscale: #BFBFBF. Windows color (decimal): -4212001 or 14662335. OLE color: 14662335.
HSL color Cylindrical-coordinate representation of color #BFBADF: hue angle of 248.11º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBADF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 186 | 223 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.13 |
| HSL | 248.11º | 0.37% | 0.8% | - |
| HSV(B) | 248.11º | 0.17% | 0.87% | - |
| XYZ | 52.36 | 51.52 | 77 | - |
| YUV | 191.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 223 | 0.14 | 0.17 | 0 | 0.13 | 248.11 | 0.37 | 0.8 |
| Hex | BF | BA | DF | E | 11 | 0 | D | F8 | 25 | 50 |
| Octal | 277 | 272 | 337 | 16 | 21 | 0 | 15 | 370 | 45 | 120 |
| Binary | 10111111 | 10111010 | 11011111 | 1110 | 10001 | 0 | 1101 | 11111000 | 100101 | 1010000 |
Color Harmonies of #BFBADF
Complementary color
Monochromatic Colors of #BFBADF
Black with #BFBADF
Text Example
Text Example
White with #BFBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBADF; }
p { color: rgb(191,186,223); }
H1.HeaderClassName
{
color: #BFBADF;
}
.AnyTagClassName
{
color: #BFBADF;
}
</style>
background-color css
<style>
a { background-color: #BFBADF; }
a { background-color: rgb(191,186,223); }
div.DivClassName
{
background-color: #BFBADF;
}
.BgClassName
{
background-color: #BFBADF;
}
</style>
border-color css
<style>
span { border-color: #BFBADF; }
span { border-color: rgb(191,186,223); }
td.TdClassName
{
border-color: #BFBADF;
}
.TagClassName
{
border-color: #BFBADF;
}
</style>