Shades of Reef #BEE698
Tints of Reef #BEE698
RGB
CMYK
RGB Variations
Color information
#BEE698 (or 0xBEE698) is known color: Reef. HEX triplet: BE, E6 and 98. RGB value is (190,230,152). Sum of RGB (Red+Green+Blue) = 190+230+152=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE698 is #411967. Grayscale: #D1D1D1. Windows color (decimal): -4266344 or 10020542. OLE color: 10020542.
HSL color Cylindrical-coordinate representation of color #BEE698: hue angle of 90.77º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEE698 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 152 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.10 |
| HSL | 90.77º | 0.61% | 0.75% | - |
| HSV(B) | 90.77º | 0.34% | 0.9% | - |
| XYZ | 55.2 | 69.81 | 40.27 | - |
| YUV | 209.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 152 | 0.17 | 0 | 0.34 | 0.10 | 90.77 | 0.61 | 0.75 |
| Hex | BE | E6 | 98 | 11 | 0 | 22 | A | 5B | 3D | 4B |
| Octal | 276 | 346 | 230 | 21 | 0 | 42 | 12 | 133 | 75 | 113 |
| Binary | 10111110 | 11100110 | 10011000 | 10001 | 0 | 100010 | 1010 | 1011011 | 111101 | 1001011 |
Color Harmonies of #BEE698
Complementary color
Monochromatic Colors of #BEE698
Black with #BEE698
Text Example
Text Example
White with #BEE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE698; }
p { color: rgb(190,230,152); }
H1.HeaderClassName
{
color: #BEE698;
}
.AnyTagClassName
{
color: #BEE698;
}
</style>
background-color css
<style>
a { background-color: #BEE698; }
a { background-color: rgb(190,230,152); }
div.DivClassName
{
background-color: #BEE698;
}
.BgClassName
{
background-color: #BEE698;
}
</style>
border-color css
<style>
span { border-color: #BEE698; }
span { border-color: rgb(190,230,152); }
td.TdClassName
{
border-color: #BEE698;
}
.TagClassName
{
border-color: #BEE698;
}
</style>