Shades of Reef #BEE496
Tints of Reef #BEE496
RGB
CMYK
RGB Variations
Color information
#BEE496 (or 0xBEE496) is known color: Reef. HEX triplet: BE, E4 and 96. RGB value is (190,228,150). Sum of RGB (Red+Green+Blue) = 190+228+150=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE496 is #411B69. Grayscale: #D0D0D0. Windows color (decimal): -4266858 or 9888958. OLE color: 9888958.
HSL color Cylindrical-coordinate representation of color #BEE496: hue angle of 89.23º 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 #BEE496 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 150 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.11 |
| HSL | 89.23º | 0.59% | 0.74% | - |
| HSV(B) | 89.23º | 0.34% | 0.89% | - |
| XYZ | 54.48 | 68.64 | 39.23 | - |
| YUV | 207.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 150 | 0.17 | 0 | 0.34 | 0.11 | 89.23 | 0.59 | 0.74 |
| Hex | BE | E4 | 96 | 11 | 0 | 22 | B | 59 | 3B | 4A |
| Octal | 276 | 344 | 226 | 21 | 0 | 42 | 13 | 131 | 73 | 112 |
| Binary | 10111110 | 11100100 | 10010110 | 10001 | 0 | 100010 | 1011 | 1011001 | 111011 | 1001010 |
Color Harmonies of #BEE496
Complementary color
Monochromatic Colors of #BEE496
Black with #BEE496
Text Example
Text Example
White with #BEE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE496; }
p { color: rgb(190,228,150); }
H1.HeaderClassName
{
color: #BEE496;
}
.AnyTagClassName
{
color: #BEE496;
}
</style>
background-color css
<style>
a { background-color: #BEE496; }
a { background-color: rgb(190,228,150); }
div.DivClassName
{
background-color: #BEE496;
}
.BgClassName
{
background-color: #BEE496;
}
</style>
border-color css
<style>
span { border-color: #BEE496; }
span { border-color: rgb(190,228,150); }
td.TdClassName
{
border-color: #BEE496;
}
.TagClassName
{
border-color: #BEE496;
}
</style>