Shades of Lavender Grey #BFBFD1
Tints of Lavender Grey #BFBFD1
RGB
CMYK
RGB Variations
Color information
#BFBFD1 (or 0xBFBFD1) is known color: Lavender Grey. HEX triplet: BF, BF and D1. RGB value is (191,191,209). Sum of RGB (Red+Green+Blue) = 191+191+209=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD1 is #40402E. Grayscale: #C0C0C0. Windows color (decimal): -4210735 or 13746111. OLE color: 13746111.
HSL color Cylindrical-coordinate representation of color #BFBFD1: hue angle of 240º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBFD1 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 191 | 209 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.18 |
| HSL | 240º | 0.16% | 0.78% | - |
| HSV(B) | 240º | 0.09% | 0.82% | - |
| XYZ | 51.63 | 52.94 | 67.82 | - |
| YUV | 193.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 209 | 0.09 | 0.09 | 0 | 0.18 | 240 | 0.16 | 0.78 |
| Hex | BF | BF | D1 | 9 | 9 | 0 | 12 | F0 | 10 | 4E |
| Octal | 277 | 277 | 321 | 11 | 11 | 0 | 22 | 360 | 20 | 116 |
| Binary | 10111111 | 10111111 | 11010001 | 1001 | 1001 | 0 | 10010 | 11110000 | 10000 | 1001110 |
Color Harmonies of #BFBFD1
Complementary color
Monochromatic Colors of #BFBFD1
Black with #BFBFD1
Text Example
Text Example
White with #BFBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFD1; }
p { color: rgb(191,191,209); }
H1.HeaderClassName
{
color: #BFBFD1;
}
.AnyTagClassName
{
color: #BFBFD1;
}
</style>
background-color css
<style>
a { background-color: #BFBFD1; }
a { background-color: rgb(191,191,209); }
div.DivClassName
{
background-color: #BFBFD1;
}
.BgClassName
{
background-color: #BFBFD1;
}
</style>
border-color css
<style>
span { border-color: #BFBFD1; }
span { border-color: rgb(191,191,209); }
td.TdClassName
{
border-color: #BFBFD1;
}
.TagClassName
{
border-color: #BFBFD1;
}
</style>