Shades of Lavender Grey #BEC1D8
Tints of Lavender Grey #BEC1D8
RGB
CMYK
RGB Variations
Color information
#BEC1D8 (or 0xBEC1D8) is known color: Lavender Grey. HEX triplet: BE, C1 and D8. RGB value is (190,193,216). Sum of RGB (Red+Green+Blue) = 190+193+216=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1D8 is #413E27. Grayscale: #C2C2C2. Windows color (decimal): -4275752 or 14205374. OLE color: 14205374.
HSL color Cylindrical-coordinate representation of color #BEC1D8: hue angle of 233.08º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC1D8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 193 | 216 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.15 |
| HSL | 233.08º | 0.25% | 0.8% | - |
| HSV(B) | 233.08º | 0.12% | 0.85% | - |
| XYZ | 52.7 | 54.04 | 72.62 | - |
| YUV | 194.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 216 | 0.12 | 0.11 | 0 | 0.15 | 233.08 | 0.25 | 0.8 |
| Hex | BE | C1 | D8 | C | B | 0 | F | E9 | 19 | 50 |
| Octal | 276 | 301 | 330 | 14 | 13 | 0 | 17 | 351 | 31 | 120 |
| Binary | 10111110 | 11000001 | 11011000 | 1100 | 1011 | 0 | 1111 | 11101001 | 11001 | 1010000 |
Color Harmonies of #BEC1D8
Complementary color
Monochromatic Colors of #BEC1D8
Black with #BEC1D8
Text Example
Text Example
White with #BEC1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1D8; }
p { color: rgb(190,193,216); }
H1.HeaderClassName
{
color: #BEC1D8;
}
.AnyTagClassName
{
color: #BEC1D8;
}
</style>
background-color css
<style>
a { background-color: #BEC1D8; }
a { background-color: rgb(190,193,216); }
div.DivClassName
{
background-color: #BEC1D8;
}
.BgClassName
{
background-color: #BEC1D8;
}
</style>
border-color css
<style>
span { border-color: #BEC1D8; }
span { border-color: rgb(190,193,216); }
td.TdClassName
{
border-color: #BEC1D8;
}
.TagClassName
{
border-color: #BEC1D8;
}
</style>