Shades of Lavender Grey #BFBEDF
Tints of Lavender Grey #BFBEDF
RGB
CMYK
RGB Variations
Color information
#BFBEDF (or 0xBFBEDF) is known color: Lavender Grey. HEX triplet: BF, BE and DF. RGB value is (191,190,223). Sum of RGB (Red+Green+Blue) = 191+190+223=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEDF is #404120. Grayscale: #C1C1C1. Windows color (decimal): -4210977 or 14663359. OLE color: 14663359.
HSL color Cylindrical-coordinate representation of color #BFBEDF: hue angle of 241.82º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFBEDF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 190 | 223 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.13 |
| HSL | 241.82º | 0.34% | 0.81% | - |
| HSV(B) | 241.82º | 0.15% | 0.87% | - |
| XYZ | 53.22 | 53.23 | 77.28 | - |
| YUV | 194.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 223 | 0.14 | 0.15 | 0 | 0.13 | 241.82 | 0.34 | 0.81 |
| Hex | BF | BE | DF | E | F | 0 | D | F2 | 22 | 51 |
| Octal | 277 | 276 | 337 | 16 | 17 | 0 | 15 | 362 | 42 | 121 |
| Binary | 10111111 | 10111110 | 11011111 | 1110 | 1111 | 0 | 1101 | 11110010 | 100010 | 1010001 |
Color Harmonies of #BFBEDF
Complementary color
Monochromatic Colors of #BFBEDF
Black with #BFBEDF
Text Example
Text Example
White with #BFBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEDF; }
p { color: rgb(191,190,223); }
H1.HeaderClassName
{
color: #BFBEDF;
}
.AnyTagClassName
{
color: #BFBEDF;
}
</style>
background-color css
<style>
a { background-color: #BFBEDF; }
a { background-color: rgb(191,190,223); }
div.DivClassName
{
background-color: #BFBEDF;
}
.BgClassName
{
background-color: #BFBEDF;
}
</style>
border-color css
<style>
span { border-color: #BFBEDF; }
span { border-color: rgb(191,190,223); }
td.TdClassName
{
border-color: #BFBEDF;
}
.TagClassName
{
border-color: #BFBEDF;
}
</style>