Shades of Lavender Grey #BEBFDA
Tints of Lavender Grey #BEBFDA
RGB
CMYK
RGB Variations
Color information
#BEBFDA (or 0xBEBFDA) is known color: Lavender Grey. HEX triplet: BE, BF and DA. RGB value is (190,191,218). Sum of RGB (Red+Green+Blue) = 190+191+218=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFDA is #414025. Grayscale: #C1C1C1. Windows color (decimal): -4276262 or 14335934. OLE color: 14335934.
HSL color Cylindrical-coordinate representation of color #BEBFDA: hue angle of 237.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBFDA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 191 | 218 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.15 |
| HSL | 237.86º | 0.27% | 0.8% | - |
| HSV(B) | 237.86º | 0.13% | 0.85% | - |
| XYZ | 52.52 | 53.27 | 73.84 | - |
| YUV | 193.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 218 | 0.13 | 0.12 | 0 | 0.15 | 237.86 | 0.27 | 0.8 |
| Hex | BE | BF | DA | D | C | 0 | F | EE | 1B | 50 |
| Octal | 276 | 277 | 332 | 15 | 14 | 0 | 17 | 356 | 33 | 120 |
| Binary | 10111110 | 10111111 | 11011010 | 1101 | 1100 | 0 | 1111 | 11101110 | 11011 | 1010000 |
Color Harmonies of #BEBFDA
Complementary color
Monochromatic Colors of #BEBFDA
Black with #BEBFDA
Text Example
Text Example
White with #BEBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFDA; }
p { color: rgb(190,191,218); }
H1.HeaderClassName
{
color: #BEBFDA;
}
.AnyTagClassName
{
color: #BEBFDA;
}
</style>
background-color css
<style>
a { background-color: #BEBFDA; }
a { background-color: rgb(190,191,218); }
div.DivClassName
{
background-color: #BEBFDA;
}
.BgClassName
{
background-color: #BEBFDA;
}
</style>
border-color css
<style>
span { border-color: #BEBFDA; }
span { border-color: rgb(190,191,218); }
td.TdClassName
{
border-color: #BEBFDA;
}
.TagClassName
{
border-color: #BEBFDA;
}
</style>