Shades of Reef #BEF894
Tints of Reef #BEF894
RGB
CMYK
RGB Variations
Color information
#BEF894 (or 0xBEF894) is known color: Reef. HEX triplet: BE, F8 and 94. RGB value is (190,248,148). Sum of RGB (Red+Green+Blue) = 190+248+148=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF894 is #41076B. Grayscale: #DBDBDB. Windows color (decimal): -4261740 or 9763006. OLE color: 9763006.
HSL color Cylindrical-coordinate representation of color #BEF894: hue angle of 94.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF894 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 148 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.03 |
| HSL | 94.8º | 0.88% | 0.78% | - |
| HSV(B) | 94.8º | 0.4% | 0.97% | - |
| XYZ | 60.15 | 80.22 | 40.33 | - |
| YUV | 219.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 148 | 0.23 | 0 | 0.40 | 0.03 | 94.8 | 0.88 | 0.78 |
| Hex | BE | F8 | 94 | 17 | 0 | 28 | 3 | 5F | 58 | 4E |
| Octal | 276 | 370 | 224 | 27 | 0 | 50 | 3 | 137 | 130 | 116 |
| Binary | 10111110 | 11111000 | 10010100 | 10111 | 0 | 101000 | 11 | 1011111 | 1011000 | 1001110 |
Color Harmonies of #BEF894
Complementary color
Monochromatic Colors of #BEF894
Black with #BEF894
Text Example
Text Example
White with #BEF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF894; }
p { color: rgb(190,248,148); }
H1.HeaderClassName
{
color: #BEF894;
}
.AnyTagClassName
{
color: #BEF894;
}
</style>
background-color css
<style>
a { background-color: #BEF894; }
a { background-color: rgb(190,248,148); }
div.DivClassName
{
background-color: #BEF894;
}
.BgClassName
{
background-color: #BEF894;
}
</style>
border-color css
<style>
span { border-color: #BEF894; }
span { border-color: rgb(190,248,148); }
td.TdClassName
{
border-color: #BEF894;
}
.TagClassName
{
border-color: #BEF894;
}
</style>