Shades of Lavender Grey #BFBDE3
Tints of Lavender Grey #BFBDE3
RGB
CMYK
RGB Variations
Color information
#BFBDE3 (or 0xBFBDE3) is known color: Lavender Grey. HEX triplet: BF, BD and E3. RGB value is (191,189,227). Sum of RGB (Red+Green+Blue) = 191+189+227=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFBDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDE3 is #40421C. Grayscale: #C1C1C1. Windows color (decimal): -4211229 or 14925247. OLE color: 14925247.
HSL color Cylindrical-coordinate representation of color #BFBDE3: hue angle of 243.16º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBDE3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 189 | 227 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.11 |
| HSL | 243.16º | 0.4% | 0.82% | - |
| HSV(B) | 243.16º | 0.17% | 0.89% | - |
| XYZ | 53.55 | 53.02 | 80.08 | - |
| YUV | 193.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 227 | 0.16 | 0.17 | 0 | 0.11 | 243.16 | 0.4 | 0.82 |
| Hex | BF | BD | E3 | 10 | 11 | 0 | B | F3 | 28 | 52 |
| Octal | 277 | 275 | 343 | 20 | 21 | 0 | 13 | 363 | 50 | 122 |
| Binary | 10111111 | 10111101 | 11100011 | 10000 | 10001 | 0 | 1011 | 11110011 | 101000 | 1010010 |
Color Harmonies of #BFBDE3
Complementary color
Monochromatic Colors of #BFBDE3
Black with #BFBDE3
Text Example
Text Example
White with #BFBDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDE3; }
p { color: rgb(191,189,227); }
H1.HeaderClassName
{
color: #BFBDE3;
}
.AnyTagClassName
{
color: #BFBDE3;
}
</style>
background-color css
<style>
a { background-color: #BFBDE3; }
a { background-color: rgb(191,189,227); }
div.DivClassName
{
background-color: #BFBDE3;
}
.BgClassName
{
background-color: #BFBDE3;
}
</style>
border-color css
<style>
span { border-color: #BFBDE3; }
span { border-color: rgb(191,189,227); }
td.TdClassName
{
border-color: #BFBDE3;
}
.TagClassName
{
border-color: #BFBDE3;
}
</style>