Shades of Lavender Grey #BFBBDD
Tints of Lavender Grey #BFBBDD
RGB
CMYK
RGB Variations
Color information
#BFBBDD (or 0xBFBBDD) is known color: Lavender Grey. HEX triplet: BF, BB and DD. RGB value is (191,187,221). Sum of RGB (Red+Green+Blue) = 191+187+221=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBDD is #404422. Grayscale: #BFBFBF. Windows color (decimal): -4211747 or 14531519. OLE color: 14531519.
HSL color Cylindrical-coordinate representation of color #BFBBDD: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFBBDD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 187 | 221 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.13 |
| HSL | 247.06º | 0.33% | 0.8% | - |
| HSV(B) | 247.06º | 0.15% | 0.87% | - |
| XYZ | 52.31 | 51.84 | 75.66 | - |
| YUV | 192.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 221 | 0.14 | 0.15 | 0 | 0.13 | 247.06 | 0.33 | 0.8 |
| Hex | BF | BB | DD | E | F | 0 | D | F7 | 21 | 50 |
| Octal | 277 | 273 | 335 | 16 | 17 | 0 | 15 | 367 | 41 | 120 |
| Binary | 10111111 | 10111011 | 11011101 | 1110 | 1111 | 0 | 1101 | 11110111 | 100001 | 1010000 |
Color Harmonies of #BFBBDD
Complementary color
Monochromatic Colors of #BFBBDD
Black with #BFBBDD
Text Example
Text Example
White with #BFBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBDD; }
p { color: rgb(191,187,221); }
H1.HeaderClassName
{
color: #BFBBDD;
}
.AnyTagClassName
{
color: #BFBBDD;
}
</style>
background-color css
<style>
a { background-color: #BFBBDD; }
a { background-color: rgb(191,187,221); }
div.DivClassName
{
background-color: #BFBBDD;
}
.BgClassName
{
background-color: #BFBBDD;
}
</style>
border-color css
<style>
span { border-color: #BFBBDD; }
span { border-color: rgb(191,187,221); }
td.TdClassName
{
border-color: #BFBBDD;
}
.TagClassName
{
border-color: #BFBBDD;
}
</style>