Shades of Reef #BEF694
Tints of Reef #BEF694
RGB
CMYK
RGB Variations
Color information
#BEF694 (or 0xBEF694) is known color: Reef. HEX triplet: BE, F6 and 94. RGB value is (190,246,148). Sum of RGB (Red+Green+Blue) = 190+246+148=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF694 is #41096B. Grayscale: #DADADA. Windows color (decimal): -4262252 or 9762494. OLE color: 9762494.
HSL color Cylindrical-coordinate representation of color #BEF694: hue angle of 94.29º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF694 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 148 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.04 |
| HSL | 94.29º | 0.84% | 0.77% | - |
| HSV(B) | 94.29º | 0.4% | 0.96% | - |
| XYZ | 59.54 | 79 | 40.13 | - |
| YUV | 218.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 148 | 0.23 | 0 | 0.40 | 0.04 | 94.29 | 0.84 | 0.77 |
| Hex | BE | F6 | 94 | 17 | 0 | 28 | 4 | 5E | 54 | 4D |
| Octal | 276 | 366 | 224 | 27 | 0 | 50 | 4 | 136 | 124 | 115 |
| Binary | 10111110 | 11110110 | 10010100 | 10111 | 0 | 101000 | 100 | 1011110 | 1010100 | 1001101 |
Color Harmonies of #BEF694
Complementary color
Monochromatic Colors of #BEF694
Black with #BEF694
Text Example
Text Example
White with #BEF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF694; }
p { color: rgb(190,246,148); }
H1.HeaderClassName
{
color: #BEF694;
}
.AnyTagClassName
{
color: #BEF694;
}
</style>
background-color css
<style>
a { background-color: #BEF694; }
a { background-color: rgb(190,246,148); }
div.DivClassName
{
background-color: #BEF694;
}
.BgClassName
{
background-color: #BEF694;
}
</style>
border-color css
<style>
span { border-color: #BEF694; }
span { border-color: rgb(190,246,148); }
td.TdClassName
{
border-color: #BEF694;
}
.TagClassName
{
border-color: #BEF694;
}
</style>