Shades of Reef #BEE497
Tints of Reef #BEE497
RGB
CMYK
RGB Variations
Color information
#BEE497 (or 0xBEE497) is known color: Reef. HEX triplet: BE, E4 and 97. RGB value is (190,228,151). Sum of RGB (Red+Green+Blue) = 190+228+151=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE497 is #411B68. Grayscale: #D0D0D0. Windows color (decimal): -4266857 or 9954494. OLE color: 9954494.
HSL color Cylindrical-coordinate representation of color #BEE497: hue angle of 89.61º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEE497 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 151 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.11 |
| HSL | 89.61º | 0.59% | 0.74% | - |
| HSV(B) | 89.61º | 0.34% | 0.89% | - |
| XYZ | 54.56 | 68.67 | 39.66 | - |
| YUV | 207.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 151 | 0.17 | 0 | 0.34 | 0.11 | 89.61 | 0.59 | 0.74 |
| Hex | BE | E4 | 97 | 11 | 0 | 22 | B | 5A | 3B | 4A |
| Octal | 276 | 344 | 227 | 21 | 0 | 42 | 13 | 132 | 73 | 112 |
| Binary | 10111110 | 11100100 | 10010111 | 10001 | 0 | 100010 | 1011 | 1011010 | 111011 | 1001010 |
Color Harmonies of #BEE497
Complementary color
Monochromatic Colors of #BEE497
Black with #BEE497
Text Example
Text Example
White with #BEE497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE497; }
p { color: rgb(190,228,151); }
H1.HeaderClassName
{
color: #BEE497;
}
.AnyTagClassName
{
color: #BEE497;
}
</style>
background-color css
<style>
a { background-color: #BEE497; }
a { background-color: rgb(190,228,151); }
div.DivClassName
{
background-color: #BEE497;
}
.BgClassName
{
background-color: #BEE497;
}
</style>
border-color css
<style>
span { border-color: #BEE497; }
span { border-color: rgb(190,228,151); }
td.TdClassName
{
border-color: #BEE497;
}
.TagClassName
{
border-color: #BEE497;
}
</style>