Shades of Lavender Grey #BEC0D1
Tints of Lavender Grey #BEC0D1
RGB
CMYK
RGB Variations
Color information
#BEC0D1 (or 0xBEC0D1) is known color: Lavender Grey. HEX triplet: BE, C0 and D1. RGB value is (190,192,209). Sum of RGB (Red+Green+Blue) = 190+192+209=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0D1 is #413F2E. Grayscale: #C1C1C1. Windows color (decimal): -4276015 or 13746366. OLE color: 13746366.
HSL color Cylindrical-coordinate representation of color #BEC0D1: hue angle of 233.68º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC0D1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 192 | 209 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.18 |
| HSL | 233.68º | 0.17% | 0.78% | - |
| HSV(B) | 233.68º | 0.09% | 0.82% | - |
| XYZ | 51.59 | 53.25 | 67.88 | - |
| YUV | 193.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 209 | 0.09 | 0.08 | 0 | 0.18 | 233.68 | 0.17 | 0.78 |
| Hex | BE | C0 | D1 | 9 | 8 | 0 | 12 | EA | 11 | 4E |
| Octal | 276 | 300 | 321 | 11 | 10 | 0 | 22 | 352 | 21 | 116 |
| Binary | 10111110 | 11000000 | 11010001 | 1001 | 1000 | 0 | 10010 | 11101010 | 10001 | 1001110 |
Color Harmonies of #BEC0D1
Complementary color
Monochromatic Colors of #BEC0D1
Black with #BEC0D1
Text Example
Text Example
White with #BEC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0D1; }
p { color: rgb(190,192,209); }
H1.HeaderClassName
{
color: #BEC0D1;
}
.AnyTagClassName
{
color: #BEC0D1;
}
</style>
background-color css
<style>
a { background-color: #BEC0D1; }
a { background-color: rgb(190,192,209); }
div.DivClassName
{
background-color: #BEC0D1;
}
.BgClassName
{
background-color: #BEC0D1;
}
</style>
border-color css
<style>
span { border-color: #BEC0D1; }
span { border-color: rgb(190,192,209); }
td.TdClassName
{
border-color: #BEC0D1;
}
.TagClassName
{
border-color: #BEC0D1;
}
</style>