Shades of Lavender Grey #BFBDEE
Tints of Lavender Grey #BFBDEE
RGB
CMYK
RGB Variations
Color information
#BFBDEE (or 0xBFBDEE) is known color: Lavender Grey. HEX triplet: BF, BD and EE. RGB value is (191,189,238). Sum of RGB (Red+Green+Blue) = 191+189+238=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDEE is #404211. Grayscale: #C2C2C2. Windows color (decimal): -4211218 or 15646143. OLE color: 15646143.
HSL color Cylindrical-coordinate representation of color #BFBDEE: hue angle of 242.45º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBDEE is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 189 | 238 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.07 |
| HSL | 242.45º | 0.59% | 0.84% | - |
| HSV(B) | 242.45º | 0.21% | 0.93% | - |
| XYZ | 55.12 | 53.64 | 88.34 | - |
| YUV | 195.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 238 | 0.20 | 0.21 | 0 | 0.07 | 242.45 | 0.59 | 0.84 |
| Hex | BF | BD | EE | 14 | 15 | 0 | 7 | F2 | 3B | 54 |
| Octal | 277 | 275 | 356 | 24 | 25 | 0 | 7 | 362 | 73 | 124 |
| Binary | 10111111 | 10111101 | 11101110 | 10100 | 10101 | 0 | 111 | 11110010 | 111011 | 1010100 |
Color Harmonies of #BFBDEE
Complementary color
Monochromatic Colors of #BFBDEE
Black with #BFBDEE
Text Example
Text Example
White with #BFBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDEE; }
p { color: rgb(191,189,238); }
H1.HeaderClassName
{
color: #BFBDEE;
}
.AnyTagClassName
{
color: #BFBDEE;
}
</style>
background-color css
<style>
a { background-color: #BFBDEE; }
a { background-color: rgb(191,189,238); }
div.DivClassName
{
background-color: #BFBDEE;
}
.BgClassName
{
background-color: #BFBDEE;
}
</style>
border-color css
<style>
span { border-color: #BFBDEE; }
span { border-color: rgb(191,189,238); }
td.TdClassName
{
border-color: #BFBDEE;
}
.TagClassName
{
border-color: #BFBDEE;
}
</style>