Shades of Rainee #BEC4BD
Tints of Rainee #BEC4BD
RGB
CMYK
RGB Variations
Color information
#BEC4BD (or 0xBEC4BD) is known color: Rainee. HEX triplet: BE, C4 and BD. RGB value is (190,196,189). Sum of RGB (Red+Green+Blue) = 190+196+189=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4BD is #413B42. Grayscale: #C1C1C1. Windows color (decimal): -4275011 or 12436670. OLE color: 12436670.
HSL color Cylindrical-coordinate representation of color #BEC4BD: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC4BD is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 189 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.23 |
| HSL | 111.43º | 0.06% | 0.75% | - |
| HSV(B) | 111.43º | 0.04% | 0.77% | - |
| XYZ | 50.16 | 54.1 | 55.94 | - |
| YUV | 193.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 189 | 0.03 | 0 | 0.04 | 0.23 | 111.43 | 0.06 | 0.75 |
| Hex | BE | C4 | BD | 3 | 0 | 4 | 17 | 6F | 6 | 4B |
| Octal | 276 | 304 | 275 | 3 | 0 | 4 | 27 | 157 | 6 | 113 |
| Binary | 10111110 | 11000100 | 10111101 | 11 | 0 | 100 | 10111 | 1101111 | 110 | 1001011 |
Color Harmonies of #BEC4BD
Complementary color
Monochromatic Colors of #BEC4BD
Black with #BEC4BD
Text Example
Text Example
White with #BEC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4BD; }
p { color: rgb(190,196,189); }
H1.HeaderClassName
{
color: #BEC4BD;
}
.AnyTagClassName
{
color: #BEC4BD;
}
</style>
background-color css
<style>
a { background-color: #BEC4BD; }
a { background-color: rgb(190,196,189); }
div.DivClassName
{
background-color: #BEC4BD;
}
.BgClassName
{
background-color: #BEC4BD;
}
</style>
border-color css
<style>
span { border-color: #BEC4BD; }
span { border-color: rgb(190,196,189); }
td.TdClassName
{
border-color: #BEC4BD;
}
.TagClassName
{
border-color: #BEC4BD;
}
</style>