Shades of Lavender Grey #BFBBD8
Tints of Lavender Grey #BFBBD8
RGB
CMYK
RGB Variations
Color information
#BFBBD8 (or 0xBFBBD8) is known color: Lavender Grey. HEX triplet: BF, BB and D8. RGB value is (191,187,216). Sum of RGB (Red+Green+Blue) = 191+187+216=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD8 is #404427. Grayscale: #BFBFBF. Windows color (decimal): -4211752 or 14203839. OLE color: 14203839.
HSL color Cylindrical-coordinate representation of color #BFBBD8: hue angle of 248.28º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBBD8 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 187 | 216 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.15 |
| HSL | 248.28º | 0.27% | 0.79% | - |
| HSV(B) | 248.28º | 0.13% | 0.85% | - |
| XYZ | 51.65 | 51.57 | 72.2 | - |
| YUV | 191.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 216 | 0.12 | 0.13 | 0 | 0.15 | 248.28 | 0.27 | 0.79 |
| Hex | BF | BB | D8 | C | D | 0 | F | F8 | 1B | 4F |
| Octal | 277 | 273 | 330 | 14 | 15 | 0 | 17 | 370 | 33 | 117 |
| Binary | 10111111 | 10111011 | 11011000 | 1100 | 1101 | 0 | 1111 | 11111000 | 11011 | 1001111 |
Color Harmonies of #BFBBD8
Complementary color
Monochromatic Colors of #BFBBD8
Black with #BFBBD8
Text Example
Text Example
White with #BFBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBD8; }
p { color: rgb(191,187,216); }
H1.HeaderClassName
{
color: #BFBBD8;
}
.AnyTagClassName
{
color: #BFBBD8;
}
</style>
background-color css
<style>
a { background-color: #BFBBD8; }
a { background-color: rgb(191,187,216); }
div.DivClassName
{
background-color: #BFBBD8;
}
.BgClassName
{
background-color: #BFBBD8;
}
</style>
border-color css
<style>
span { border-color: #BFBBD8; }
span { border-color: rgb(191,187,216); }
td.TdClassName
{
border-color: #BFBBD8;
}
.TagClassName
{
border-color: #BFBBD8;
}
</style>