Shades of Lavender Grey #BEC0D0
Tints of Lavender Grey #BEC0D0
RGB
CMYK
RGB Variations
Color information
#BEC0D0 (or 0xBEC0D0) is known color: Lavender Grey. HEX triplet: BE, C0 and D0. RGB value is (190,192,208). Sum of RGB (Red+Green+Blue) = 190+192+208=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0D0 is #413F2F. Grayscale: #C1C1C1. Windows color (decimal): -4276016 or 13680830. OLE color: 13680830.
HSL color Cylindrical-coordinate representation of color #BEC0D0: hue angle of 233.33º degrees, saturation: 0.16, 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 #BEC0D0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 192 | 208 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.18 |
| HSL | 233.33º | 0.16% | 0.78% | - |
| HSV(B) | 233.33º | 0.09% | 0.82% | - |
| XYZ | 51.47 | 53.2 | 67.23 | - |
| YUV | 193.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 208 | 0.09 | 0.08 | 0 | 0.18 | 233.33 | 0.16 | 0.78 |
| Hex | BE | C0 | D0 | 9 | 8 | 0 | 12 | E9 | 10 | 4E |
| Octal | 276 | 300 | 320 | 11 | 10 | 0 | 22 | 351 | 20 | 116 |
| Binary | 10111110 | 11000000 | 11010000 | 1001 | 1000 | 0 | 10010 | 11101001 | 10000 | 1001110 |
Color Harmonies of #BEC0D0
Complementary color
Monochromatic Colors of #BEC0D0
Black with #BEC0D0
Text Example
Text Example
White with #BEC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0D0; }
p { color: rgb(190,192,208); }
H1.HeaderClassName
{
color: #BEC0D0;
}
.AnyTagClassName
{
color: #BEC0D0;
}
</style>
background-color css
<style>
a { background-color: #BEC0D0; }
a { background-color: rgb(190,192,208); }
div.DivClassName
{
background-color: #BEC0D0;
}
.BgClassName
{
background-color: #BEC0D0;
}
</style>
border-color css
<style>
span { border-color: #BEC0D0; }
span { border-color: rgb(190,192,208); }
td.TdClassName
{
border-color: #BEC0D0;
}
.TagClassName
{
border-color: #BEC0D0;
}
</style>