Shades of Lavender Grey #BEC0CF
Tints of Lavender Grey #BEC0CF
RGB
CMYK
RGB Variations
Color information
#BEC0CF (or 0xBEC0CF) is known color: Lavender Grey. HEX triplet: BE, C0 and CF. RGB value is (190,192,207). Sum of RGB (Red+Green+Blue) = 190+192+207=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0CF is #413F30. Grayscale: #C1C1C1. Windows color (decimal): -4276017 or 13615294. OLE color: 13615294.
HSL color Cylindrical-coordinate representation of color #BEC0CF: hue angle of 232.94º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC0CF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 192 | 207 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.19 |
| HSL | 232.94º | 0.15% | 0.78% | - |
| HSV(B) | 232.94º | 0.08% | 0.81% | - |
| XYZ | 51.35 | 53.15 | 66.58 | - |
| YUV | 193.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 207 | 0.08 | 0.07 | 0 | 0.19 | 232.94 | 0.15 | 0.78 |
| Hex | BE | C0 | CF | 8 | 7 | 0 | 13 | E9 | F | 4E |
| Octal | 276 | 300 | 317 | 10 | 7 | 0 | 23 | 351 | 17 | 116 |
| Binary | 10111110 | 11000000 | 11001111 | 1000 | 111 | 0 | 10011 | 11101001 | 1111 | 1001110 |
Color Harmonies of #BEC0CF
Complementary color
Monochromatic Colors of #BEC0CF
Black with #BEC0CF
Text Example
Text Example
White with #BEC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0CF; }
p { color: rgb(190,192,207); }
H1.HeaderClassName
{
color: #BEC0CF;
}
.AnyTagClassName
{
color: #BEC0CF;
}
</style>
background-color css
<style>
a { background-color: #BEC0CF; }
a { background-color: rgb(190,192,207); }
div.DivClassName
{
background-color: #BEC0CF;
}
.BgClassName
{
background-color: #BEC0CF;
}
</style>
border-color css
<style>
span { border-color: #BEC0CF; }
span { border-color: rgb(190,192,207); }
td.TdClassName
{
border-color: #BEC0CF;
}
.TagClassName
{
border-color: #BEC0CF;
}
</style>