Shades of Lavender Grey #BFBCDF
Tints of Lavender Grey #BFBCDF
RGB
CMYK
RGB Variations
Color information
#BFBCDF (or 0xBFBCDF) is known color: Lavender Grey. HEX triplet: BF, BC and DF. RGB value is (191,188,223). Sum of RGB (Red+Green+Blue) = 191+188+223=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCDF is #404320. Grayscale: #C0C0C0. Windows color (decimal): -4211489 or 14662847. OLE color: 14662847.
HSL color Cylindrical-coordinate representation of color #BFBCDF: hue angle of 245.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBCDF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 188 | 223 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.13 |
| HSL | 245.14º | 0.35% | 0.81% | - |
| HSV(B) | 245.14º | 0.16% | 0.87% | - |
| XYZ | 52.79 | 52.37 | 77.14 | - |
| YUV | 192.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 223 | 0.14 | 0.16 | 0 | 0.13 | 245.14 | 0.35 | 0.81 |
| Hex | BF | BC | DF | E | 10 | 0 | D | F5 | 23 | 51 |
| Octal | 277 | 274 | 337 | 16 | 20 | 0 | 15 | 365 | 43 | 121 |
| Binary | 10111111 | 10111100 | 11011111 | 1110 | 10000 | 0 | 1101 | 11110101 | 100011 | 1010001 |
Color Harmonies of #BFBCDF
Complementary color
Monochromatic Colors of #BFBCDF
Black with #BFBCDF
Text Example
Text Example
White with #BFBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCDF; }
p { color: rgb(191,188,223); }
H1.HeaderClassName
{
color: #BFBCDF;
}
.AnyTagClassName
{
color: #BFBCDF;
}
</style>
background-color css
<style>
a { background-color: #BFBCDF; }
a { background-color: rgb(191,188,223); }
div.DivClassName
{
background-color: #BFBCDF;
}
.BgClassName
{
background-color: #BFBCDF;
}
</style>
border-color css
<style>
span { border-color: #BFBCDF; }
span { border-color: rgb(191,188,223); }
td.TdClassName
{
border-color: #BFBCDF;
}
.TagClassName
{
border-color: #BFBCDF;
}
</style>