Shades of Lavender Grey #BFBFD0
Tints of Lavender Grey #BFBFD0
RGB
CMYK
RGB Variations
Color information
#BFBFD0 (or 0xBFBFD0) is known color: Lavender Grey. HEX triplet: BF, BF and D0. RGB value is (191,191,208). Sum of RGB (Red+Green+Blue) = 191+191+208=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD0 is #40402F. Grayscale: #C0C0C0. Windows color (decimal): -4210736 or 13680575. OLE color: 13680575.
HSL color Cylindrical-coordinate representation of color #BFBFD0: hue angle of 240º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBFD0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 191 | 208 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.18 |
| HSL | 240º | 0.15% | 0.78% | - |
| HSV(B) | 240º | 0.08% | 0.82% | - |
| XYZ | 51.5 | 52.89 | 67.17 | - |
| YUV | 192.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 208 | 0.08 | 0.08 | 0 | 0.18 | 240 | 0.15 | 0.78 |
| Hex | BF | BF | D0 | 8 | 8 | 0 | 12 | F0 | F | 4E |
| Octal | 277 | 277 | 320 | 10 | 10 | 0 | 22 | 360 | 17 | 116 |
| Binary | 10111111 | 10111111 | 11010000 | 1000 | 1000 | 0 | 10010 | 11110000 | 1111 | 1001110 |
Color Harmonies of #BFBFD0
Complementary color
Monochromatic Colors of #BFBFD0
Black with #BFBFD0
Text Example
Text Example
White with #BFBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFD0; }
p { color: rgb(191,191,208); }
H1.HeaderClassName
{
color: #BFBFD0;
}
.AnyTagClassName
{
color: #BFBFD0;
}
</style>
background-color css
<style>
a { background-color: #BFBFD0; }
a { background-color: rgb(191,191,208); }
div.DivClassName
{
background-color: #BFBFD0;
}
.BgClassName
{
background-color: #BFBFD0;
}
</style>
border-color css
<style>
span { border-color: #BFBFD0; }
span { border-color: rgb(191,191,208); }
td.TdClassName
{
border-color: #BFBFD0;
}
.TagClassName
{
border-color: #BFBFD0;
}
</style>