Shades of Reef #BEE395
Tints of Reef #BEE395
RGB
CMYK
RGB Variations
Color information
#BEE395 (or 0xBEE395) is known color: Reef. HEX triplet: BE, E3 and 95. RGB value is (190,227,149). Sum of RGB (Red+Green+Blue) = 190+227+149=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE395 is #411C6A. Grayscale: #CFCFCF. Windows color (decimal): -4267115 or 9823166. OLE color: 9823166.
HSL color Cylindrical-coordinate representation of color #BEE395: hue angle of 88.46º degrees, saturation: 0.58, 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 #BEE395 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 149 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.11 |
| HSL | 88.46º | 0.58% | 0.74% | - |
| HSV(B) | 88.46º | 0.34% | 0.89% | - |
| XYZ | 54.13 | 68.06 | 38.72 | - |
| YUV | 207.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 149 | 0.16 | 0 | 0.34 | 0.11 | 88.46 | 0.58 | 0.74 |
| Hex | BE | E3 | 95 | 10 | 0 | 22 | B | 58 | 3A | 4A |
| Octal | 276 | 343 | 225 | 20 | 0 | 42 | 13 | 130 | 72 | 112 |
| Binary | 10111110 | 11100011 | 10010101 | 10000 | 0 | 100010 | 1011 | 1011000 | 111010 | 1001010 |
Color Harmonies of #BEE395
Complementary color
Monochromatic Colors of #BEE395
Black with #BEE395
Text Example
Text Example
White with #BEE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE395; }
p { color: rgb(190,227,149); }
H1.HeaderClassName
{
color: #BEE395;
}
.AnyTagClassName
{
color: #BEE395;
}
</style>
background-color css
<style>
a { background-color: #BEE395; }
a { background-color: rgb(190,227,149); }
div.DivClassName
{
background-color: #BEE395;
}
.BgClassName
{
background-color: #BEE395;
}
</style>
border-color css
<style>
span { border-color: #BEE395; }
span { border-color: rgb(190,227,149); }
td.TdClassName
{
border-color: #BEE395;
}
.TagClassName
{
border-color: #BEE395;
}
</style>