Shades of Lavender Grey #BEBFDD
Tints of Lavender Grey #BEBFDD
RGB
CMYK
RGB Variations
Color information
#BEBFDD (or 0xBEBFDD) is known color: Lavender Grey. HEX triplet: BE, BF and DD. RGB value is (190,191,221). Sum of RGB (Red+Green+Blue) = 190+191+221=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFDD is #414022. Grayscale: #C2C2C2. Windows color (decimal): -4276259 or 14532542. OLE color: 14532542.
HSL color Cylindrical-coordinate representation of color #BEBFDD: hue angle of 238.06º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEBFDD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 191 | 221 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.13 |
| HSL | 238.06º | 0.31% | 0.81% | - |
| HSV(B) | 238.06º | 0.14% | 0.87% | - |
| XYZ | 52.92 | 53.43 | 75.93 | - |
| YUV | 194.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 221 | 0.14 | 0.14 | 0 | 0.13 | 238.06 | 0.31 | 0.81 |
| Hex | BE | BF | DD | E | E | 0 | D | EE | 1F | 51 |
| Octal | 276 | 277 | 335 | 16 | 16 | 0 | 15 | 356 | 37 | 121 |
| Binary | 10111110 | 10111111 | 11011101 | 1110 | 1110 | 0 | 1101 | 11101110 | 11111 | 1010001 |
Color Harmonies of #BEBFDD
Complementary color
Monochromatic Colors of #BEBFDD
Black with #BEBFDD
Text Example
Text Example
White with #BEBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFDD; }
p { color: rgb(190,191,221); }
H1.HeaderClassName
{
color: #BEBFDD;
}
.AnyTagClassName
{
color: #BEBFDD;
}
</style>
background-color css
<style>
a { background-color: #BEBFDD; }
a { background-color: rgb(190,191,221); }
div.DivClassName
{
background-color: #BEBFDD;
}
.BgClassName
{
background-color: #BEBFDD;
}
</style>
border-color css
<style>
span { border-color: #BEBFDD; }
span { border-color: rgb(190,191,221); }
td.TdClassName
{
border-color: #BEBFDD;
}
.TagClassName
{
border-color: #BEBFDD;
}
</style>