Shades of Reef #BEE499
Tints of Reef #BEE499
RGB
CMYK
RGB Variations
Color information
#BEE499 (or 0xBEE499) is known color: Reef. HEX triplet: BE, E4 and 99. RGB value is (190,228,153). Sum of RGB (Red+Green+Blue) = 190+228+153=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE499 is #411B66. Grayscale: #D0D0D0. Windows color (decimal): -4266855 or 10085566. OLE color: 10085566.
HSL color Cylindrical-coordinate representation of color #BEE499: hue angle of 90.4º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEE499 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 153 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.11 |
| HSL | 90.4º | 0.58% | 0.75% | - |
| HSV(B) | 90.4º | 0.33% | 0.89% | - |
| XYZ | 54.73 | 68.73 | 40.52 | - |
| YUV | 208.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 153 | 0.17 | 0 | 0.33 | 0.11 | 90.4 | 0.58 | 0.75 |
| Hex | BE | E4 | 99 | 11 | 0 | 21 | B | 5A | 3A | 4B |
| Octal | 276 | 344 | 231 | 21 | 0 | 41 | 13 | 132 | 72 | 113 |
| Binary | 10111110 | 11100100 | 10011001 | 10001 | 0 | 100001 | 1011 | 1011010 | 111010 | 1001011 |
Color Harmonies of #BEE499
Complementary color
Monochromatic Colors of #BEE499
Black with #BEE499
Text Example
Text Example
White with #BEE499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE499; }
p { color: rgb(190,228,153); }
H1.HeaderClassName
{
color: #BEE499;
}
.AnyTagClassName
{
color: #BEE499;
}
</style>
background-color css
<style>
a { background-color: #BEE499; }
a { background-color: rgb(190,228,153); }
div.DivClassName
{
background-color: #BEE499;
}
.BgClassName
{
background-color: #BEE499;
}
</style>
border-color css
<style>
span { border-color: #BEE499; }
span { border-color: rgb(190,228,153); }
td.TdClassName
{
border-color: #BEE499;
}
.TagClassName
{
border-color: #BEE499;
}
</style>