Shades of Lavender Grey #BFBEEA
Tints of Lavender Grey #BFBEEA
RGB
CMYK
RGB Variations
Color information
#BFBEEA (or 0xBFBEEA) is known color: Lavender Grey. HEX triplet: BF, BE and EA. RGB value is (191,190,234). Sum of RGB (Red+Green+Blue) = 191+190+234=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEEA is #404115. Grayscale: #C3C3C3. Windows color (decimal): -4210966 or 15384255. OLE color: 15384255.
HSL color Cylindrical-coordinate representation of color #BFBEEA: hue angle of 241.36º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBEEA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 190 | 234 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.08 |
| HSL | 241.36º | 0.51% | 0.83% | - |
| HSV(B) | 241.36º | 0.19% | 0.92% | - |
| XYZ | 54.75 | 53.84 | 85.35 | - |
| YUV | 195.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 234 | 0.18 | 0.19 | 0 | 0.08 | 241.36 | 0.51 | 0.83 |
| Hex | BF | BE | EA | 12 | 13 | 0 | 8 | F1 | 33 | 53 |
| Octal | 277 | 276 | 352 | 22 | 23 | 0 | 10 | 361 | 63 | 123 |
| Binary | 10111111 | 10111110 | 11101010 | 10010 | 10011 | 0 | 1000 | 11110001 | 110011 | 1010011 |
Color Harmonies of #BFBEEA
Complementary color
Monochromatic Colors of #BFBEEA
Black with #BFBEEA
Text Example
Text Example
White with #BFBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEEA; }
p { color: rgb(191,190,234); }
H1.HeaderClassName
{
color: #BFBEEA;
}
.AnyTagClassName
{
color: #BFBEEA;
}
</style>
background-color css
<style>
a { background-color: #BFBEEA; }
a { background-color: rgb(191,190,234); }
div.DivClassName
{
background-color: #BFBEEA;
}
.BgClassName
{
background-color: #BFBEEA;
}
</style>
border-color css
<style>
span { border-color: #BFBEEA; }
span { border-color: rgb(191,190,234); }
td.TdClassName
{
border-color: #BFBEEA;
}
.TagClassName
{
border-color: #BFBEEA;
}
</style>