Shades of Lavender Grey #BEBBF1
Tints of Lavender Grey #BEBBF1
RGB
CMYK
RGB Variations
Color information
#BEBBF1 (or 0xBEBBF1) is known color: Lavender Grey. HEX triplet: BE, BB and F1. RGB value is (190,187,241). Sum of RGB (Red+Green+Blue) = 190+187+241=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBF1 is #41440E. Grayscale: #C1C1C1. Windows color (decimal): -4277263 or 15842238. OLE color: 15842238.
HSL color Cylindrical-coordinate representation of color #BEBBF1: hue angle of 243.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEBBF1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 187 | 241 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.05 |
| HSL | 243.33º | 0.66% | 0.84% | - |
| HSV(B) | 243.33º | 0.22% | 0.95% | - |
| XYZ | 54.88 | 52.84 | 90.53 | - |
| YUV | 194.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 241 | 0.21 | 0.22 | 0 | 0.05 | 243.33 | 0.66 | 0.84 |
| Hex | BE | BB | F1 | 15 | 16 | 0 | 5 | F3 | 42 | 54 |
| Octal | 276 | 273 | 361 | 25 | 26 | 0 | 5 | 363 | 102 | 124 |
| Binary | 10111110 | 10111011 | 11110001 | 10101 | 10110 | 0 | 101 | 11110011 | 1000010 | 1010100 |
Color Harmonies of #BEBBF1
Complementary color
Monochromatic Colors of #BEBBF1
Black with #BEBBF1
Text Example
Text Example
White with #BEBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBF1; }
p { color: rgb(190,187,241); }
H1.HeaderClassName
{
color: #BEBBF1;
}
.AnyTagClassName
{
color: #BEBBF1;
}
</style>
background-color css
<style>
a { background-color: #BEBBF1; }
a { background-color: rgb(190,187,241); }
div.DivClassName
{
background-color: #BEBBF1;
}
.BgClassName
{
background-color: #BEBBF1;
}
</style>
border-color css
<style>
span { border-color: #BEBBF1; }
span { border-color: rgb(190,187,241); }
td.TdClassName
{
border-color: #BEBBF1;
}
.TagClassName
{
border-color: #BEBBF1;
}
</style>