Shades of Lavender Grey #BFBED5
Tints of Lavender Grey #BFBED5
RGB
CMYK
RGB Variations
Color information
#BFBED5 (or 0xBFBED5) is known color: Lavender Grey. HEX triplet: BF, BE and D5. RGB value is (191,190,213). Sum of RGB (Red+Green+Blue) = 191+190+213=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED5 is #40412A. Grayscale: #C0C0C0. Windows color (decimal): -4210987 or 14007999. OLE color: 14007999.
HSL color Cylindrical-coordinate representation of color #BFBED5: hue angle of 242.61º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBED5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 190 | 213 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.16 |
| HSL | 242.61º | 0.21% | 0.79% | - |
| HSV(B) | 242.61º | 0.11% | 0.84% | - |
| XYZ | 51.91 | 52.71 | 70.39 | - |
| YUV | 192.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 213 | 0.10 | 0.11 | 0 | 0.16 | 242.61 | 0.21 | 0.79 |
| Hex | BF | BE | D5 | A | B | 0 | 10 | F3 | 15 | 4F |
| Octal | 277 | 276 | 325 | 12 | 13 | 0 | 20 | 363 | 25 | 117 |
| Binary | 10111111 | 10111110 | 11010101 | 1010 | 1011 | 0 | 10000 | 11110011 | 10101 | 1001111 |
Color Harmonies of #BFBED5
Complementary color
Monochromatic Colors of #BFBED5
Black with #BFBED5
Text Example
Text Example
White with #BFBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBED5; }
p { color: rgb(191,190,213); }
H1.HeaderClassName
{
color: #BFBED5;
}
.AnyTagClassName
{
color: #BFBED5;
}
</style>
background-color css
<style>
a { background-color: #BFBED5; }
a { background-color: rgb(191,190,213); }
div.DivClassName
{
background-color: #BFBED5;
}
.BgClassName
{
background-color: #BFBED5;
}
</style>
border-color css
<style>
span { border-color: #BFBED5; }
span { border-color: rgb(191,190,213); }
td.TdClassName
{
border-color: #BFBED5;
}
.TagClassName
{
border-color: #BFBED5;
}
</style>