Shades of Reef #BEE996
Tints of Reef #BEE996
RGB
CMYK
RGB Variations
Color information
#BEE996 (or 0xBEE996) is known color: Reef. HEX triplet: BE, E9 and 96. RGB value is (190,233,150). Sum of RGB (Red+Green+Blue) = 190+233+150=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE996 is #411669. Grayscale: #D2D2D2. Windows color (decimal): -4265578 or 9890238. OLE color: 9890238.
HSL color Cylindrical-coordinate representation of color #BEE996: hue angle of 91.08º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEE996 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 150 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.09 |
| HSL | 91.08º | 0.65% | 0.75% | - |
| HSV(B) | 91.08º | 0.36% | 0.91% | - |
| XYZ | 55.88 | 71.43 | 39.7 | - |
| YUV | 210.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 150 | 0.18 | 0 | 0.36 | 0.09 | 91.08 | 0.65 | 0.75 |
| Hex | BE | E9 | 96 | 12 | 0 | 24 | 9 | 5B | 41 | 4B |
| Octal | 276 | 351 | 226 | 22 | 0 | 44 | 11 | 133 | 101 | 113 |
| Binary | 10111110 | 11101001 | 10010110 | 10010 | 0 | 100100 | 1001 | 1011011 | 1000001 | 1001011 |
Color Harmonies of #BEE996
Complementary color
Monochromatic Colors of #BEE996
Black with #BEE996
Text Example
Text Example
White with #BEE996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE996; }
p { color: rgb(190,233,150); }
H1.HeaderClassName
{
color: #BEE996;
}
.AnyTagClassName
{
color: #BEE996;
}
</style>
background-color css
<style>
a { background-color: #BEE996; }
a { background-color: rgb(190,233,150); }
div.DivClassName
{
background-color: #BEE996;
}
.BgClassName
{
background-color: #BEE996;
}
</style>
border-color css
<style>
span { border-color: #BEE996; }
span { border-color: rgb(190,233,150); }
td.TdClassName
{
border-color: #BEE996;
}
.TagClassName
{
border-color: #BEE996;
}
</style>