Shades of Lavender Grey #BFBCE1
Tints of Lavender Grey #BFBCE1
RGB
CMYK
RGB Variations
Color information
#BFBCE1 (or 0xBFBCE1) is known color: Lavender Grey. HEX triplet: BF, BC and E1. RGB value is (191,188,225). Sum of RGB (Red+Green+Blue) = 191+188+225=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCE1 is #40431E. Grayscale: #C0C0C0. Windows color (decimal): -4211487 or 14793919. OLE color: 14793919.
HSL color Cylindrical-coordinate representation of color #BFBCE1: hue angle of 244.86º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBCE1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 188 | 225 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.12 |
| HSL | 244.86º | 0.38% | 0.81% | - |
| HSV(B) | 244.86º | 0.16% | 0.88% | - |
| XYZ | 53.06 | 52.48 | 78.57 | - |
| YUV | 193.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 225 | 0.15 | 0.16 | 0 | 0.12 | 244.86 | 0.38 | 0.81 |
| Hex | BF | BC | E1 | F | 10 | 0 | C | F5 | 26 | 51 |
| Octal | 277 | 274 | 341 | 17 | 20 | 0 | 14 | 365 | 46 | 121 |
| Binary | 10111111 | 10111100 | 11100001 | 1111 | 10000 | 0 | 1100 | 11110101 | 100110 | 1010001 |
Color Harmonies of #BFBCE1
Complementary color
Monochromatic Colors of #BFBCE1
Black with #BFBCE1
Text Example
Text Example
White with #BFBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCE1; }
p { color: rgb(191,188,225); }
H1.HeaderClassName
{
color: #BFBCE1;
}
.AnyTagClassName
{
color: #BFBCE1;
}
</style>
background-color css
<style>
a { background-color: #BFBCE1; }
a { background-color: rgb(191,188,225); }
div.DivClassName
{
background-color: #BFBCE1;
}
.BgClassName
{
background-color: #BFBCE1;
}
</style>
border-color css
<style>
span { border-color: #BFBCE1; }
span { border-color: rgb(191,188,225); }
td.TdClassName
{
border-color: #BFBCE1;
}
.TagClassName
{
border-color: #BFBCE1;
}
</style>