Shades of Lavender Grey #BFBFD7
Tints of Lavender Grey #BFBFD7
RGB
CMYK
RGB Variations
Color information
#BFBFD7 (or 0xBFBFD7) is known color: Lavender Grey. HEX triplet: BF, BF and D7. RGB value is (191,191,215). Sum of RGB (Red+Green+Blue) = 191+191+215=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD7 is #404028. Grayscale: #C1C1C1. Windows color (decimal): -4210729 or 14139327. OLE color: 14139327.
HSL color Cylindrical-coordinate representation of color #BFBFD7: hue angle of 240º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBFD7 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 191 | 215 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.16 |
| HSL | 240º | 0.23% | 0.8% | - |
| HSV(B) | 240º | 0.11% | 0.84% | - |
| XYZ | 52.38 | 53.24 | 71.81 | - |
| YUV | 193.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 215 | 0.11 | 0.11 | 0 | 0.16 | 240 | 0.23 | 0.8 |
| Hex | BF | BF | D7 | B | B | 0 | 10 | F0 | 17 | 50 |
| Octal | 277 | 277 | 327 | 13 | 13 | 0 | 20 | 360 | 27 | 120 |
| Binary | 10111111 | 10111111 | 11010111 | 1011 | 1011 | 0 | 10000 | 11110000 | 10111 | 1010000 |
Color Harmonies of #BFBFD7
Complementary color
Monochromatic Colors of #BFBFD7
Black with #BFBFD7
Text Example
Text Example
White with #BFBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFD7; }
p { color: rgb(191,191,215); }
H1.HeaderClassName
{
color: #BFBFD7;
}
.AnyTagClassName
{
color: #BFBFD7;
}
</style>
background-color css
<style>
a { background-color: #BFBFD7; }
a { background-color: rgb(191,191,215); }
div.DivClassName
{
background-color: #BFBFD7;
}
.BgClassName
{
background-color: #BFBFD7;
}
</style>
border-color css
<style>
span { border-color: #BFBFD7; }
span { border-color: rgb(191,191,215); }
td.TdClassName
{
border-color: #BFBFD7;
}
.TagClassName
{
border-color: #BFBFD7;
}
</style>