Shades of Lavender Grey #BFBCDC
Tints of Lavender Grey #BFBCDC
RGB
CMYK
RGB Variations
Color information
#BFBCDC (or 0xBFBCDC) is known color: Lavender Grey. HEX triplet: BF, BC and DC. RGB value is (191,188,220). Sum of RGB (Red+Green+Blue) = 191+188+220=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCDC is #404323. Grayscale: #C0C0C0. Windows color (decimal): -4211492 or 14466239. OLE color: 14466239.
HSL color Cylindrical-coordinate representation of color #BFBCDC: hue angle of 245.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFBCDC is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 188 | 220 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.14 |
| HSL | 245.63º | 0.31% | 0.8% | - |
| HSV(B) | 245.63º | 0.15% | 0.86% | - |
| XYZ | 52.39 | 52.21 | 75.03 | - |
| YUV | 192.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 220 | 0.13 | 0.15 | 0 | 0.14 | 245.63 | 0.31 | 0.8 |
| Hex | BF | BC | DC | D | F | 0 | E | F6 | 1F | 50 |
| Octal | 277 | 274 | 334 | 15 | 17 | 0 | 16 | 366 | 37 | 120 |
| Binary | 10111111 | 10111100 | 11011100 | 1101 | 1111 | 0 | 1110 | 11110110 | 11111 | 1010000 |
Color Harmonies of #BFBCDC
Complementary color
Monochromatic Colors of #BFBCDC
Black with #BFBCDC
Text Example
Text Example
White with #BFBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCDC; }
p { color: rgb(191,188,220); }
H1.HeaderClassName
{
color: #BFBCDC;
}
.AnyTagClassName
{
color: #BFBCDC;
}
</style>
background-color css
<style>
a { background-color: #BFBCDC; }
a { background-color: rgb(191,188,220); }
div.DivClassName
{
background-color: #BFBCDC;
}
.BgClassName
{
background-color: #BFBCDC;
}
</style>
border-color css
<style>
span { border-color: #BFBCDC; }
span { border-color: rgb(191,188,220); }
td.TdClassName
{
border-color: #BFBCDC;
}
.TagClassName
{
border-color: #BFBCDC;
}
</style>