Shades of Lavender Grey #BFBEEE
Tints of Lavender Grey #BFBEEE
RGB
CMYK
RGB Variations
Color information
#BFBEEE (or 0xBFBEEE) is known color: Lavender Grey. HEX triplet: BF, BE and EE. RGB value is (191,190,238). Sum of RGB (Red+Green+Blue) = 191+190+238=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFBEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEEE is #404111. Grayscale: #C3C3C3. Windows color (decimal): -4210962 or 15646399. OLE color: 15646399.
HSL color Cylindrical-coordinate representation of color #BFBEEE: hue angle of 241.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBEEE is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 190 | 238 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.07 |
| HSL | 241.25º | 0.59% | 0.84% | - |
| HSV(B) | 241.25º | 0.2% | 0.93% | - |
| XYZ | 55.33 | 54.08 | 88.41 | - |
| YUV | 195.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 238 | 0.20 | 0.20 | 0 | 0.07 | 241.25 | 0.59 | 0.84 |
| Hex | BF | BE | EE | 14 | 14 | 0 | 7 | F1 | 3B | 54 |
| Octal | 277 | 276 | 356 | 24 | 24 | 0 | 7 | 361 | 73 | 124 |
| Binary | 10111111 | 10111110 | 11101110 | 10100 | 10100 | 0 | 111 | 11110001 | 111011 | 1010100 |
Color Harmonies of #BFBEEE
Complementary color
Monochromatic Colors of #BFBEEE
Black with #BFBEEE
Text Example
Text Example
White with #BFBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEEE; }
p { color: rgb(191,190,238); }
H1.HeaderClassName
{
color: #BFBEEE;
}
.AnyTagClassName
{
color: #BFBEEE;
}
</style>
background-color css
<style>
a { background-color: #BFBEEE; }
a { background-color: rgb(191,190,238); }
div.DivClassName
{
background-color: #BFBEEE;
}
.BgClassName
{
background-color: #BFBEEE;
}
</style>
border-color css
<style>
span { border-color: #BFBEEE; }
span { border-color: rgb(191,190,238); }
td.TdClassName
{
border-color: #BFBEEE;
}
.TagClassName
{
border-color: #BFBEEE;
}
</style>