Shades of Lavender Grey #BFBBDF
Tints of Lavender Grey #BFBBDF
RGB
CMYK
RGB Variations
Color information
#BFBBDF (or 0xBFBBDF) is known color: Lavender Grey. HEX triplet: BF, BB and DF. RGB value is (191,187,223). Sum of RGB (Red+Green+Blue) = 191+187+223=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBDF is #404420. Grayscale: #C0C0C0. Windows color (decimal): -4211745 or 14662591. OLE color: 14662591.
HSL color Cylindrical-coordinate representation of color #BFBBDF: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBBDF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 187 | 223 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.13 |
| HSL | 246.67º | 0.36% | 0.8% | - |
| HSV(B) | 246.67º | 0.16% | 0.87% | - |
| XYZ | 52.58 | 51.94 | 77.07 | - |
| YUV | 192.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 223 | 0.14 | 0.16 | 0 | 0.13 | 246.67 | 0.36 | 0.8 |
| Hex | BF | BB | DF | E | 10 | 0 | D | F7 | 24 | 50 |
| Octal | 277 | 273 | 337 | 16 | 20 | 0 | 15 | 367 | 44 | 120 |
| Binary | 10111111 | 10111011 | 11011111 | 1110 | 10000 | 0 | 1101 | 11110111 | 100100 | 1010000 |
Color Harmonies of #BFBBDF
Complementary color
Monochromatic Colors of #BFBBDF
Black with #BFBBDF
Text Example
Text Example
White with #BFBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBDF; }
p { color: rgb(191,187,223); }
H1.HeaderClassName
{
color: #BFBBDF;
}
.AnyTagClassName
{
color: #BFBBDF;
}
</style>
background-color css
<style>
a { background-color: #BFBBDF; }
a { background-color: rgb(191,187,223); }
div.DivClassName
{
background-color: #BFBBDF;
}
.BgClassName
{
background-color: #BFBBDF;
}
</style>
border-color css
<style>
span { border-color: #BFBBDF; }
span { border-color: rgb(191,187,223); }
td.TdClassName
{
border-color: #BFBBDF;
}
.TagClassName
{
border-color: #BFBBDF;
}
</style>