Shades of Lavender Grey #BFBEDB
Tints of Lavender Grey #BFBEDB
RGB
CMYK
RGB Variations
Color information
#BFBEDB (or 0xBFBEDB) is known color: Lavender Grey. HEX triplet: BF, BE and DB. RGB value is (191,190,219). Sum of RGB (Red+Green+Blue) = 191+190+219=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEDB is #404124. Grayscale: #C1C1C1. Windows color (decimal): -4210981 or 14401215. OLE color: 14401215.
HSL color Cylindrical-coordinate representation of color #BFBEDB: hue angle of 242.07º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBEDB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 190 | 219 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.14 |
| HSL | 242.07º | 0.29% | 0.8% | - |
| HSV(B) | 242.07º | 0.13% | 0.86% | - |
| XYZ | 52.69 | 53.02 | 74.47 | - |
| YUV | 193.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 219 | 0.13 | 0.13 | 0 | 0.14 | 242.07 | 0.29 | 0.8 |
| Hex | BF | BE | DB | D | D | 0 | E | F2 | 1D | 50 |
| Octal | 277 | 276 | 333 | 15 | 15 | 0 | 16 | 362 | 35 | 120 |
| Binary | 10111111 | 10111110 | 11011011 | 1101 | 1101 | 0 | 1110 | 11110010 | 11101 | 1010000 |
Color Harmonies of #BFBEDB
Complementary color
Monochromatic Colors of #BFBEDB
Black with #BFBEDB
Text Example
Text Example
White with #BFBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEDB; }
p { color: rgb(191,190,219); }
H1.HeaderClassName
{
color: #BFBEDB;
}
.AnyTagClassName
{
color: #BFBEDB;
}
</style>
background-color css
<style>
a { background-color: #BFBEDB; }
a { background-color: rgb(191,190,219); }
div.DivClassName
{
background-color: #BFBEDB;
}
.BgClassName
{
background-color: #BFBEDB;
}
</style>
border-color css
<style>
span { border-color: #BFBEDB; }
span { border-color: rgb(191,190,219); }
td.TdClassName
{
border-color: #BFBEDB;
}
.TagClassName
{
border-color: #BFBEDB;
}
</style>