Shades of Lavender Grey #BEBCEF
Tints of Lavender Grey #BEBCEF
RGB
CMYK
RGB Variations
Color information
#BEBCEF (or 0xBEBCEF) is known color: Lavender Grey. HEX triplet: BE, BC and EF. RGB value is (190,188,239). Sum of RGB (Red+Green+Blue) = 190+188+239=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEBCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCEF is #414310. Grayscale: #C2C2C2. Windows color (decimal): -4277009 or 15711422. OLE color: 15711422.
HSL color Cylindrical-coordinate representation of color #BEBCEF: hue angle of 242.35º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBCEF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 188 | 239 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.06 |
| HSL | 242.35º | 0.61% | 0.84% | - |
| HSV(B) | 242.35º | 0.21% | 0.94% | - |
| XYZ | 54.8 | 53.15 | 89.03 | - |
| YUV | 194.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 239 | 0.21 | 0.21 | 0 | 0.06 | 242.35 | 0.61 | 0.84 |
| Hex | BE | BC | EF | 15 | 15 | 0 | 6 | F2 | 3D | 54 |
| Octal | 276 | 274 | 357 | 25 | 25 | 0 | 6 | 362 | 75 | 124 |
| Binary | 10111110 | 10111100 | 11101111 | 10101 | 10101 | 0 | 110 | 11110010 | 111101 | 1010100 |
Color Harmonies of #BEBCEF
Complementary color
Monochromatic Colors of #BEBCEF
Black with #BEBCEF
Text Example
Text Example
White with #BEBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCEF; }
p { color: rgb(190,188,239); }
H1.HeaderClassName
{
color: #BEBCEF;
}
.AnyTagClassName
{
color: #BEBCEF;
}
</style>
background-color css
<style>
a { background-color: #BEBCEF; }
a { background-color: rgb(190,188,239); }
div.DivClassName
{
background-color: #BEBCEF;
}
.BgClassName
{
background-color: #BEBCEF;
}
</style>
border-color css
<style>
span { border-color: #BEBCEF; }
span { border-color: rgb(190,188,239); }
td.TdClassName
{
border-color: #BEBCEF;
}
.TagClassName
{
border-color: #BEBCEF;
}
</style>