Shades of Lavender Grey #BFBDDD
Tints of Lavender Grey #BFBDDD
RGB
CMYK
RGB Variations
Color information
#BFBDDD (or 0xBFBDDD) is known color: Lavender Grey. HEX triplet: BF, BD and DD. RGB value is (191,189,221). Sum of RGB (Red+Green+Blue) = 191+189+221=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDDD is #404222. Grayscale: #C1C1C1. Windows color (decimal): -4211235 or 14532031. OLE color: 14532031.
HSL color Cylindrical-coordinate representation of color #BFBDDD: hue angle of 243.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBDDD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 189 | 221 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.13 |
| HSL | 243.75º | 0.32% | 0.8% | - |
| HSV(B) | 243.75º | 0.14% | 0.87% | - |
| XYZ | 52.73 | 52.69 | 75.8 | - |
| YUV | 193.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 221 | 0.14 | 0.14 | 0 | 0.13 | 243.75 | 0.32 | 0.8 |
| Hex | BF | BD | DD | E | E | 0 | D | F4 | 20 | 50 |
| Octal | 277 | 275 | 335 | 16 | 16 | 0 | 15 | 364 | 40 | 120 |
| Binary | 10111111 | 10111101 | 11011101 | 1110 | 1110 | 0 | 1101 | 11110100 | 100000 | 1010000 |
Color Harmonies of #BFBDDD
Complementary color
Monochromatic Colors of #BFBDDD
Black with #BFBDDD
Text Example
Text Example
White with #BFBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDDD; }
p { color: rgb(191,189,221); }
H1.HeaderClassName
{
color: #BFBDDD;
}
.AnyTagClassName
{
color: #BFBDDD;
}
</style>
background-color css
<style>
a { background-color: #BFBDDD; }
a { background-color: rgb(191,189,221); }
div.DivClassName
{
background-color: #BFBDDD;
}
.BgClassName
{
background-color: #BFBDDD;
}
</style>
border-color css
<style>
span { border-color: #BFBDDD; }
span { border-color: rgb(191,189,221); }
td.TdClassName
{
border-color: #BFBDDD;
}
.TagClassName
{
border-color: #BFBDDD;
}
</style>