Shades of Lavender Grey #BFBCDD
Tints of Lavender Grey #BFBCDD
RGB
CMYK
RGB Variations
Color information
#BFBCDD (or 0xBFBCDD) is known color: Lavender Grey. HEX triplet: BF, BC and DD. RGB value is (191,188,221). Sum of RGB (Red+Green+Blue) = 191+188+221=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFBCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCDD is #404322. Grayscale: #C0C0C0. Windows color (decimal): -4211491 or 14531775. OLE color: 14531775.
HSL color Cylindrical-coordinate representation of color #BFBCDD: hue angle of 245.45º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFBCDD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 188 | 221 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.13 |
| HSL | 245.45º | 0.33% | 0.8% | - |
| HSV(B) | 245.45º | 0.15% | 0.87% | - |
| XYZ | 52.52 | 52.26 | 75.73 | - |
| YUV | 192.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 221 | 0.14 | 0.15 | 0 | 0.13 | 245.45 | 0.33 | 0.8 |
| Hex | BF | BC | DD | E | F | 0 | D | F5 | 21 | 50 |
| Octal | 277 | 274 | 335 | 16 | 17 | 0 | 15 | 365 | 41 | 120 |
| Binary | 10111111 | 10111100 | 11011101 | 1110 | 1111 | 0 | 1101 | 11110101 | 100001 | 1010000 |
Color Harmonies of #BFBCDD
Complementary color
Monochromatic Colors of #BFBCDD
Black with #BFBCDD
Text Example
Text Example
White with #BFBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCDD; }
p { color: rgb(191,188,221); }
H1.HeaderClassName
{
color: #BFBCDD;
}
.AnyTagClassName
{
color: #BFBCDD;
}
</style>
background-color css
<style>
a { background-color: #BFBCDD; }
a { background-color: rgb(191,188,221); }
div.DivClassName
{
background-color: #BFBCDD;
}
.BgClassName
{
background-color: #BFBCDD;
}
</style>
border-color css
<style>
span { border-color: #BFBCDD; }
span { border-color: rgb(191,188,221); }
td.TdClassName
{
border-color: #BFBCDD;
}
.TagClassName
{
border-color: #BFBCDD;
}
</style>