Shades of Reef #BEE495
Tints of Reef #BEE495
RGB
CMYK
RGB Variations
Color information
#BEE495 (or 0xBEE495) is known color: Reef. HEX triplet: BE, E4 and 95. RGB value is (190,228,149). Sum of RGB (Red+Green+Blue) = 190+228+149=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE495 is #411B6A. Grayscale: #CFCFCF. Windows color (decimal): -4266859 or 9823422. OLE color: 9823422.
HSL color Cylindrical-coordinate representation of color #BEE495: hue angle of 88.86º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEE495 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 149 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.11 |
| HSL | 88.86º | 0.59% | 0.74% | - |
| HSV(B) | 88.86º | 0.35% | 0.89% | - |
| XYZ | 54.4 | 68.6 | 38.81 | - |
| YUV | 207.63 | 94.91 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 149 | 0.17 | 0 | 0.35 | 0.11 | 88.86 | 0.59 | 0.74 |
| Hex | BE | E4 | 95 | 11 | 0 | 23 | B | 59 | 3B | 4A |
| Octal | 276 | 344 | 225 | 21 | 0 | 43 | 13 | 131 | 73 | 112 |
| Binary | 10111110 | 11100100 | 10010101 | 10001 | 0 | 100011 | 1011 | 1011001 | 111011 | 1001010 |
Color Harmonies of #BEE495
Complementary color
Monochromatic Colors of #BEE495
Black with #BEE495
Text Example
Text Example
White with #BEE495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE495; }
p { color: rgb(190,228,149); }
H1.HeaderClassName
{
color: #BEE495;
}
.AnyTagClassName
{
color: #BEE495;
}
</style>
background-color css
<style>
a { background-color: #BEE495; }
a { background-color: rgb(190,228,149); }
div.DivClassName
{
background-color: #BEE495;
}
.BgClassName
{
background-color: #BEE495;
}
</style>
border-color css
<style>
span { border-color: #BEE495; }
span { border-color: rgb(190,228,149); }
td.TdClassName
{
border-color: #BEE495;
}
.TagClassName
{
border-color: #BEE495;
}
</style>