Shades of Lavender Grey #BFBBD9
Tints of Lavender Grey #BFBBD9
RGB
CMYK
RGB Variations
Color information
#BFBBD9 (or 0xBFBBD9) is known color: Lavender Grey. HEX triplet: BF, BB and D9. RGB value is (191,187,217). Sum of RGB (Red+Green+Blue) = 191+187+217=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFBBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD9 is #404426. Grayscale: #BFBFBF. Windows color (decimal): -4211751 or 14269375. OLE color: 14269375.
HSL color Cylindrical-coordinate representation of color #BFBBD9: hue angle of 248º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBBD9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 187 | 217 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.15 |
| HSL | 248º | 0.28% | 0.79% | - |
| HSV(B) | 248º | 0.14% | 0.85% | - |
| XYZ | 51.78 | 51.63 | 72.88 | - |
| YUV | 191.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 217 | 0.12 | 0.14 | 0 | 0.15 | 248 | 0.28 | 0.79 |
| Hex | BF | BB | D9 | C | E | 0 | F | F8 | 1C | 4F |
| Octal | 277 | 273 | 331 | 14 | 16 | 0 | 17 | 370 | 34 | 117 |
| Binary | 10111111 | 10111011 | 11011001 | 1100 | 1110 | 0 | 1111 | 11111000 | 11100 | 1001111 |
Color Harmonies of #BFBBD9
Complementary color
Monochromatic Colors of #BFBBD9
Black with #BFBBD9
Text Example
Text Example
White with #BFBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBD9; }
p { color: rgb(191,187,217); }
H1.HeaderClassName
{
color: #BFBBD9;
}
.AnyTagClassName
{
color: #BFBBD9;
}
</style>
background-color css
<style>
a { background-color: #BFBBD9; }
a { background-color: rgb(191,187,217); }
div.DivClassName
{
background-color: #BFBBD9;
}
.BgClassName
{
background-color: #BFBBD9;
}
</style>
border-color css
<style>
span { border-color: #BFBBD9; }
span { border-color: rgb(191,187,217); }
td.TdClassName
{
border-color: #BFBBD9;
}
.TagClassName
{
border-color: #BFBBD9;
}
</style>