Shades of Lavender Grey #BFBBDA
Tints of Lavender Grey #BFBBDA
RGB
CMYK
RGB Variations
Color information
#BFBBDA (or 0xBFBBDA) is known color: Lavender Grey. HEX triplet: BF, BB and DA. RGB value is (191,187,218). Sum of RGB (Red+Green+Blue) = 191+187+218=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBDA is #404425. Grayscale: #BFBFBF. Windows color (decimal): -4211750 or 14334911. OLE color: 14334911.
HSL color Cylindrical-coordinate representation of color #BFBBDA: hue angle of 247.74º degrees, saturation: 0.3, 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 #BFBBDA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 187 | 218 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.15 |
| HSL | 247.74º | 0.3% | 0.79% | - |
| HSV(B) | 247.74º | 0.14% | 0.85% | - |
| XYZ | 51.91 | 51.68 | 73.57 | - |
| YUV | 191.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 218 | 0.12 | 0.14 | 0 | 0.15 | 247.74 | 0.3 | 0.79 |
| Hex | BF | BB | DA | C | E | 0 | F | F8 | 1E | 4F |
| Octal | 277 | 273 | 332 | 14 | 16 | 0 | 17 | 370 | 36 | 117 |
| Binary | 10111111 | 10111011 | 11011010 | 1100 | 1110 | 0 | 1111 | 11111000 | 11110 | 1001111 |
Color Harmonies of #BFBBDA
Complementary color
Monochromatic Colors of #BFBBDA
Black with #BFBBDA
Text Example
Text Example
White with #BFBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBDA; }
p { color: rgb(191,187,218); }
H1.HeaderClassName
{
color: #BFBBDA;
}
.AnyTagClassName
{
color: #BFBBDA;
}
</style>
background-color css
<style>
a { background-color: #BFBBDA; }
a { background-color: rgb(191,187,218); }
div.DivClassName
{
background-color: #BFBBDA;
}
.BgClassName
{
background-color: #BFBBDA;
}
</style>
border-color css
<style>
span { border-color: #BFBBDA; }
span { border-color: rgb(191,187,218); }
td.TdClassName
{
border-color: #BFBBDA;
}
.TagClassName
{
border-color: #BFBBDA;
}
</style>