Shades of Lavender Grey #BEC0CA
Tints of Lavender Grey #BEC0CA
RGB
CMYK
RGB Variations
Color information
#BEC0CA (or 0xBEC0CA) is known color: Lavender Grey. HEX triplet: BE, C0 and CA. RGB value is (190,192,202). Sum of RGB (Red+Green+Blue) = 190+192+202=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0CA is #413F35. Grayscale: #C0C0C0. Windows color (decimal): -4276022 or 13287614. OLE color: 13287614.
HSL color Cylindrical-coordinate representation of color #BEC0CA: hue angle of 230º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC0CA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 192 | 202 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.21 |
| HSL | 230º | 0.1% | 0.77% | - |
| HSV(B) | 230º | 0.06% | 0.79% | - |
| XYZ | 50.75 | 52.91 | 63.42 | - |
| YUV | 192.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 202 | 0.06 | 0.05 | 0 | 0.21 | 230 | 0.1 | 0.77 |
| Hex | BE | C0 | CA | 6 | 5 | 0 | 15 | E6 | A | 4D |
| Octal | 276 | 300 | 312 | 6 | 5 | 0 | 25 | 346 | 12 | 115 |
| Binary | 10111110 | 11000000 | 11001010 | 110 | 101 | 0 | 10101 | 11100110 | 1010 | 1001101 |
Color Harmonies of #BEC0CA
Complementary color
Monochromatic Colors of #BEC0CA
Black with #BEC0CA
Text Example
Text Example
White with #BEC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0CA; }
p { color: rgb(190,192,202); }
H1.HeaderClassName
{
color: #BEC0CA;
}
.AnyTagClassName
{
color: #BEC0CA;
}
</style>
background-color css
<style>
a { background-color: #BEC0CA; }
a { background-color: rgb(190,192,202); }
div.DivClassName
{
background-color: #BEC0CA;
}
.BgClassName
{
background-color: #BEC0CA;
}
</style>
border-color css
<style>
span { border-color: #BEC0CA; }
span { border-color: rgb(190,192,202); }
td.TdClassName
{
border-color: #BEC0CA;
}
.TagClassName
{
border-color: #BEC0CA;
}
</style>