Shades of Lavender Grey #BEC0CC
Tints of Lavender Grey #BEC0CC
RGB
CMYK
RGB Variations
Color information
#BEC0CC (or 0xBEC0CC) is known color: Lavender Grey. HEX triplet: BE, C0 and CC. RGB value is (190,192,204). Sum of RGB (Red+Green+Blue) = 190+192+204=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0CC is #413F33. Grayscale: #C0C0C0. Windows color (decimal): -4276020 or 13418686. OLE color: 13418686.
HSL color Cylindrical-coordinate representation of color #BEC0CC: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC0CC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 192 | 204 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.2 |
| HSL | 231.43º | 0.12% | 0.77% | - |
| HSV(B) | 231.43º | 0.07% | 0.8% | - |
| XYZ | 50.98 | 53.01 | 64.67 | - |
| YUV | 192.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 204 | 0.07 | 0.06 | 0 | 0.2 | 231.43 | 0.12 | 0.77 |
| Hex | BE | C0 | CC | 7 | 6 | 0 | 14 | E7 | C | 4D |
| Octal | 276 | 300 | 314 | 7 | 6 | 0 | 24 | 347 | 14 | 115 |
| Binary | 10111110 | 11000000 | 11001100 | 111 | 110 | 0 | 10100 | 11100111 | 1100 | 1001101 |
Color Harmonies of #BEC0CC
Complementary color
Monochromatic Colors of #BEC0CC
Black with #BEC0CC
Text Example
Text Example
White with #BEC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0CC; }
p { color: rgb(190,192,204); }
H1.HeaderClassName
{
color: #BEC0CC;
}
.AnyTagClassName
{
color: #BEC0CC;
}
</style>
background-color css
<style>
a { background-color: #BEC0CC; }
a { background-color: rgb(190,192,204); }
div.DivClassName
{
background-color: #BEC0CC;
}
.BgClassName
{
background-color: #BEC0CC;
}
</style>
border-color css
<style>
span { border-color: #BEC0CC; }
span { border-color: rgb(190,192,204); }
td.TdClassName
{
border-color: #BEC0CC;
}
.TagClassName
{
border-color: #BEC0CC;
}
</style>