Shades of Lavender Grey #BFBFDE
Tints of Lavender Grey #BFBFDE
RGB
CMYK
RGB Variations
Color information
#BFBFDE (or 0xBFBFDE) is known color: Lavender Grey. HEX triplet: BF, BF and DE. RGB value is (191,191,222). Sum of RGB (Red+Green+Blue) = 191+191+222=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFDE is #404021. Grayscale: #C2C2C2. Windows color (decimal): -4210722 or 14598079. OLE color: 14598079.
HSL color Cylindrical-coordinate representation of color #BFBFDE: hue angle of 240º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBFDE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 191 | 222 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.13 |
| HSL | 240º | 0.32% | 0.81% | - |
| HSV(B) | 240º | 0.14% | 0.87% | - |
| XYZ | 53.3 | 53.61 | 76.65 | - |
| YUV | 194.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 222 | 0.14 | 0.14 | 0 | 0.13 | 240 | 0.32 | 0.81 |
| Hex | BF | BF | DE | E | E | 0 | D | F0 | 20 | 51 |
| Octal | 277 | 277 | 336 | 16 | 16 | 0 | 15 | 360 | 40 | 121 |
| Binary | 10111111 | 10111111 | 11011110 | 1110 | 1110 | 0 | 1101 | 11110000 | 100000 | 1010001 |
Color Harmonies of #BFBFDE
Complementary color
Monochromatic Colors of #BFBFDE
Black with #BFBFDE
Text Example
Text Example
White with #BFBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFDE; }
p { color: rgb(191,191,222); }
H1.HeaderClassName
{
color: #BFBFDE;
}
.AnyTagClassName
{
color: #BFBFDE;
}
</style>
background-color css
<style>
a { background-color: #BFBFDE; }
a { background-color: rgb(191,191,222); }
div.DivClassName
{
background-color: #BFBFDE;
}
.BgClassName
{
background-color: #BFBFDE;
}
</style>
border-color css
<style>
span { border-color: #BFBFDE; }
span { border-color: rgb(191,191,222); }
td.TdClassName
{
border-color: #BFBFDE;
}
.TagClassName
{
border-color: #BFBFDE;
}
</style>