Shades of Lavender Grey #BFBEDC
Tints of Lavender Grey #BFBEDC
RGB
CMYK
RGB Variations
Color information
#BFBEDC (or 0xBFBEDC) is known color: Lavender Grey. HEX triplet: BF, BE and DC. RGB value is (191,190,220). Sum of RGB (Red+Green+Blue) = 191+190+220=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEDC is #404123. Grayscale: #C1C1C1. Windows color (decimal): -4210980 or 14466751. OLE color: 14466751.
HSL color Cylindrical-coordinate representation of color #BFBEDC: hue angle of 242º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBEDC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 190 | 220 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.14 |
| HSL | 242º | 0.3% | 0.8% | - |
| HSV(B) | 242º | 0.14% | 0.86% | - |
| XYZ | 52.82 | 53.07 | 75.17 | - |
| YUV | 193.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 220 | 0.13 | 0.14 | 0 | 0.14 | 242 | 0.3 | 0.8 |
| Hex | BF | BE | DC | D | E | 0 | E | F2 | 1E | 50 |
| Octal | 277 | 276 | 334 | 15 | 16 | 0 | 16 | 362 | 36 | 120 |
| Binary | 10111111 | 10111110 | 11011100 | 1101 | 1110 | 0 | 1110 | 11110010 | 11110 | 1010000 |
Color Harmonies of #BFBEDC
Complementary color
Monochromatic Colors of #BFBEDC
Black with #BFBEDC
Text Example
Text Example
White with #BFBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEDC; }
p { color: rgb(191,190,220); }
H1.HeaderClassName
{
color: #BFBEDC;
}
.AnyTagClassName
{
color: #BFBEDC;
}
</style>
background-color css
<style>
a { background-color: #BFBEDC; }
a { background-color: rgb(191,190,220); }
div.DivClassName
{
background-color: #BFBEDC;
}
.BgClassName
{
background-color: #BFBEDC;
}
</style>
border-color css
<style>
span { border-color: #BFBEDC; }
span { border-color: rgb(191,190,220); }
td.TdClassName
{
border-color: #BFBEDC;
}
.TagClassName
{
border-color: #BFBEDC;
}
</style>