Shades of Rainee #BEC2BD
Tints of Rainee #BEC2BD
RGB
CMYK
RGB Variations
Color information
#BEC2BD (or 0xBEC2BD) is known color: Rainee. HEX triplet: BE, C2 and BD. RGB value is (190,194,189). Sum of RGB (Red+Green+Blue) = 190+194+189=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2BD is #413D42. Grayscale: #C0C0C0. Windows color (decimal): -4275523 or 12436158. OLE color: 12436158.
HSL color Cylindrical-coordinate representation of color #BEC2BD: hue angle of 108º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEC2BD is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 189 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.24 |
| HSL | 108º | 0.04% | 0.75% | - |
| HSV(B) | 108º | 0.03% | 0.76% | - |
| XYZ | 49.71 | 53.2 | 55.79 | - |
| YUV | 192.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 189 | 0.02 | 0 | 0.03 | 0.24 | 108 | 0.04 | 0.75 |
| Hex | BE | C2 | BD | 2 | 0 | 3 | 18 | 6C | 4 | 4B |
| Octal | 276 | 302 | 275 | 2 | 0 | 3 | 30 | 154 | 4 | 113 |
| Binary | 10111110 | 11000010 | 10111101 | 10 | 0 | 11 | 11000 | 1101100 | 100 | 1001011 |
Color Harmonies of #BEC2BD
Complementary color
Monochromatic Colors of #BEC2BD
Black with #BEC2BD
Text Example
Text Example
White with #BEC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2BD; }
p { color: rgb(190,194,189); }
H1.HeaderClassName
{
color: #BEC2BD;
}
.AnyTagClassName
{
color: #BEC2BD;
}
</style>
background-color css
<style>
a { background-color: #BEC2BD; }
a { background-color: rgb(190,194,189); }
div.DivClassName
{
background-color: #BEC2BD;
}
.BgClassName
{
background-color: #BEC2BD;
}
</style>
border-color css
<style>
span { border-color: #BEC2BD; }
span { border-color: rgb(190,194,189); }
td.TdClassName
{
border-color: #BEC2BD;
}
.TagClassName
{
border-color: #BEC2BD;
}
</style>