Shades of Lavender Grey #BEBFEA
Tints of Lavender Grey #BEBFEA
RGB
CMYK
RGB Variations
Color information
#BEBFEA (or 0xBEBFEA) is known color: Lavender Grey. HEX triplet: BE, BF and EA. RGB value is (190,191,234). Sum of RGB (Red+Green+Blue) = 190+191+234=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 191 (75% from 255 or 31.06% 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 #BEBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFEA is #414015. Grayscale: #C3C3C3. Windows color (decimal): -4276246 or 15384510. OLE color: 15384510.
HSL color Cylindrical-coordinate representation of color #BEBFEA: hue angle of 238.64º 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 #BEBFEA is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 191 | 234 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.08 |
| HSL | 238.64º | 0.51% | 0.83% | - |
| HSV(B) | 238.64º | 0.19% | 0.92% | - |
| XYZ | 54.72 | 54.15 | 85.41 | - |
| YUV | 195.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 234 | 0.19 | 0.18 | 0 | 0.08 | 238.64 | 0.51 | 0.83 |
| Hex | BE | BF | EA | 13 | 12 | 0 | 8 | EF | 33 | 53 |
| Octal | 276 | 277 | 352 | 23 | 22 | 0 | 10 | 357 | 63 | 123 |
| Binary | 10111110 | 10111111 | 11101010 | 10011 | 10010 | 0 | 1000 | 11101111 | 110011 | 1010011 |
Color Harmonies of #BEBFEA
Complementary color
Monochromatic Colors of #BEBFEA
Black with #BEBFEA
Text Example
Text Example
White with #BEBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFEA; }
p { color: rgb(190,191,234); }
H1.HeaderClassName
{
color: #BEBFEA;
}
.AnyTagClassName
{
color: #BEBFEA;
}
</style>
background-color css
<style>
a { background-color: #BEBFEA; }
a { background-color: rgb(190,191,234); }
div.DivClassName
{
background-color: #BEBFEA;
}
.BgClassName
{
background-color: #BEBFEA;
}
</style>
border-color css
<style>
span { border-color: #BEBFEA; }
span { border-color: rgb(190,191,234); }
td.TdClassName
{
border-color: #BEBFEA;
}
.TagClassName
{
border-color: #BEBFEA;
}
</style>