Shades of Reef #BEE796
Tints of Reef #BEE796
RGB
CMYK
RGB Variations
Color information
#BEE796 (or 0xBEE796) is known color: Reef. HEX triplet: BE, E7 and 96. RGB value is (190,231,150). Sum of RGB (Red+Green+Blue) = 190+231+150=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 231 (90.62% from 255 or 40.46% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE796 is #411869. Grayscale: #D1D1D1. Windows color (decimal): -4266090 or 9889726. OLE color: 9889726.
HSL color Cylindrical-coordinate representation of color #BEE796: hue angle of 90.37º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEE796 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 150 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.09 |
| HSL | 90.37º | 0.63% | 0.75% | - |
| HSV(B) | 90.37º | 0.35% | 0.91% | - |
| XYZ | 55.32 | 70.3 | 39.51 | - |
| YUV | 209.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 150 | 0.18 | 0 | 0.35 | 0.09 | 90.37 | 0.63 | 0.75 |
| Hex | BE | E7 | 96 | 12 | 0 | 23 | 9 | 5A | 3F | 4B |
| Octal | 276 | 347 | 226 | 22 | 0 | 43 | 11 | 132 | 77 | 113 |
| Binary | 10111110 | 11100111 | 10010110 | 10010 | 0 | 100011 | 1001 | 1011010 | 111111 | 1001011 |
Color Harmonies of #BEE796
Complementary color
Monochromatic Colors of #BEE796
Black with #BEE796
Text Example
Text Example
White with #BEE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE796; }
p { color: rgb(190,231,150); }
H1.HeaderClassName
{
color: #BEE796;
}
.AnyTagClassName
{
color: #BEE796;
}
</style>
background-color css
<style>
a { background-color: #BEE796; }
a { background-color: rgb(190,231,150); }
div.DivClassName
{
background-color: #BEE796;
}
.BgClassName
{
background-color: #BEE796;
}
</style>
border-color css
<style>
span { border-color: #BEE796; }
span { border-color: rgb(190,231,150); }
td.TdClassName
{
border-color: #BEE796;
}
.TagClassName
{
border-color: #BEE796;
}
</style>