Shades of Lavender Grey #BEBFDF
Tints of Lavender Grey #BEBFDF
RGB
CMYK
RGB Variations
Color information
#BEBFDF (or 0xBEBFDF) is known color: Lavender Grey. HEX triplet: BE, BF and DF. RGB value is (190,191,223). Sum of RGB (Red+Green+Blue) = 190+191+223=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFDF is #414020. Grayscale: #C2C2C2. Windows color (decimal): -4276257 or 14663614. OLE color: 14663614.
HSL color Cylindrical-coordinate representation of color #BEBFDF: hue angle of 238.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEBFDF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 191 | 223 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.13 |
| HSL | 238.18º | 0.34% | 0.81% | - |
| HSV(B) | 238.18º | 0.15% | 0.87% | - |
| XYZ | 53.19 | 53.54 | 77.34 | - |
| YUV | 194.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 223 | 0.15 | 0.14 | 0 | 0.13 | 238.18 | 0.34 | 0.81 |
| Hex | BE | BF | DF | F | E | 0 | D | EE | 22 | 51 |
| Octal | 276 | 277 | 337 | 17 | 16 | 0 | 15 | 356 | 42 | 121 |
| Binary | 10111110 | 10111111 | 11011111 | 1111 | 1110 | 0 | 1101 | 11101110 | 100010 | 1010001 |
Color Harmonies of #BEBFDF
Complementary color
Monochromatic Colors of #BEBFDF
Black with #BEBFDF
Text Example
Text Example
White with #BEBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFDF; }
p { color: rgb(190,191,223); }
H1.HeaderClassName
{
color: #BEBFDF;
}
.AnyTagClassName
{
color: #BEBFDF;
}
</style>
background-color css
<style>
a { background-color: #BEBFDF; }
a { background-color: rgb(190,191,223); }
div.DivClassName
{
background-color: #BEBFDF;
}
.BgClassName
{
background-color: #BEBFDF;
}
</style>
border-color css
<style>
span { border-color: #BEBFDF; }
span { border-color: rgb(190,191,223); }
td.TdClassName
{
border-color: #BEBFDF;
}
.TagClassName
{
border-color: #BEBFDF;
}
</style>