Shades of Lavender Grey #BFBFDC
Tints of Lavender Grey #BFBFDC
RGB
CMYK
RGB Variations
Color information
#BFBFDC (or 0xBFBFDC) is known color: Lavender Grey. HEX triplet: BF, BF and DC. RGB value is (191,191,220). Sum of RGB (Red+Green+Blue) = 191+191+220=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFDC is #404023. Grayscale: #C2C2C2. Windows color (decimal): -4210724 or 14467007. OLE color: 14467007.
HSL color Cylindrical-coordinate representation of color #BFBFDC: hue angle of 240º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBFDC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 191 | 220 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.14 |
| HSL | 240º | 0.29% | 0.81% | - |
| HSV(B) | 240º | 0.13% | 0.86% | - |
| XYZ | 53.03 | 53.51 | 75.24 | - |
| YUV | 194.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 220 | 0.13 | 0.13 | 0 | 0.14 | 240 | 0.29 | 0.81 |
| Hex | BF | BF | DC | D | D | 0 | E | F0 | 1D | 51 |
| Octal | 277 | 277 | 334 | 15 | 15 | 0 | 16 | 360 | 35 | 121 |
| Binary | 10111111 | 10111111 | 11011100 | 1101 | 1101 | 0 | 1110 | 11110000 | 11101 | 1010001 |
Color Harmonies of #BFBFDC
Complementary color
Monochromatic Colors of #BFBFDC
Black with #BFBFDC
Text Example
Text Example
White with #BFBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFDC; }
p { color: rgb(191,191,220); }
H1.HeaderClassName
{
color: #BFBFDC;
}
.AnyTagClassName
{
color: #BFBFDC;
}
</style>
background-color css
<style>
a { background-color: #BFBFDC; }
a { background-color: rgb(191,191,220); }
div.DivClassName
{
background-color: #BFBFDC;
}
.BgClassName
{
background-color: #BFBFDC;
}
</style>
border-color css
<style>
span { border-color: #BFBFDC; }
span { border-color: rgb(191,191,220); }
td.TdClassName
{
border-color: #BFBFDC;
}
.TagClassName
{
border-color: #BFBFDC;
}
</style>