Shades of Rainee #BEC3BD
Tints of Rainee #BEC3BD
RGB
CMYK
RGB Variations
Color information
#BEC3BD (or 0xBEC3BD) is known color: Rainee. HEX triplet: BE, C3 and BD. RGB value is (190,195,189). Sum of RGB (Red+Green+Blue) = 190+195+189=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3BD is #413C42. Grayscale: #C0C0C0. Windows color (decimal): -4275267 or 12436414. OLE color: 12436414.
HSL color Cylindrical-coordinate representation of color #BEC3BD: hue angle of 110º degrees, saturation: 0.05, 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 #BEC3BD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 189 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.24 |
| HSL | 110º | 0.05% | 0.75% | - |
| HSV(B) | 110º | 0.03% | 0.76% | - |
| XYZ | 49.94 | 53.65 | 55.87 | - |
| YUV | 192.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 189 | 0.03 | 0 | 0.03 | 0.24 | 110 | 0.05 | 0.75 |
| Hex | BE | C3 | BD | 3 | 0 | 3 | 18 | 6E | 5 | 4B |
| Octal | 276 | 303 | 275 | 3 | 0 | 3 | 30 | 156 | 5 | 113 |
| Binary | 10111110 | 11000011 | 10111101 | 11 | 0 | 11 | 11000 | 1101110 | 101 | 1001011 |
Color Harmonies of #BEC3BD
Complementary color
Monochromatic Colors of #BEC3BD
Black with #BEC3BD
Text Example
Text Example
White with #BEC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3BD; }
p { color: rgb(190,195,189); }
H1.HeaderClassName
{
color: #BEC3BD;
}
.AnyTagClassName
{
color: #BEC3BD;
}
</style>
background-color css
<style>
a { background-color: #BEC3BD; }
a { background-color: rgb(190,195,189); }
div.DivClassName
{
background-color: #BEC3BD;
}
.BgClassName
{
background-color: #BEC3BD;
}
</style>
border-color css
<style>
span { border-color: #BEC3BD; }
span { border-color: rgb(190,195,189); }
td.TdClassName
{
border-color: #BEC3BD;
}
.TagClassName
{
border-color: #BEC3BD;
}
</style>