Shades of Reef #BEF294
Tints of Reef #BEF294
RGB
CMYK
RGB Variations
Color information
#BEF294 (or 0xBEF294) is known color: Reef. HEX triplet: BE, F2 and 94. RGB value is (190,242,148). Sum of RGB (Red+Green+Blue) = 190+242+148=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF294 is #410D6B. Grayscale: #D8D8D8. Windows color (decimal): -4263276 or 9761470. OLE color: 9761470.
HSL color Cylindrical-coordinate representation of color #BEF294: hue angle of 93.19º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEF294 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 148 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.05 |
| HSL | 93.19º | 0.78% | 0.76% | - |
| HSV(B) | 93.19º | 0.39% | 0.95% | - |
| XYZ | 58.33 | 76.59 | 39.73 | - |
| YUV | 215.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 148 | 0.21 | 0 | 0.39 | 0.05 | 93.19 | 0.78 | 0.76 |
| Hex | BE | F2 | 94 | 15 | 0 | 27 | 5 | 5D | 4E | 4C |
| Octal | 276 | 362 | 224 | 25 | 0 | 47 | 5 | 135 | 116 | 114 |
| Binary | 10111110 | 11110010 | 10010100 | 10101 | 0 | 100111 | 101 | 1011101 | 1001110 | 1001100 |
Color Harmonies of #BEF294
Complementary color
Monochromatic Colors of #BEF294
Black with #BEF294
Text Example
Text Example
White with #BEF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF294; }
p { color: rgb(190,242,148); }
H1.HeaderClassName
{
color: #BEF294;
}
.AnyTagClassName
{
color: #BEF294;
}
</style>
background-color css
<style>
a { background-color: #BEF294; }
a { background-color: rgb(190,242,148); }
div.DivClassName
{
background-color: #BEF294;
}
.BgClassName
{
background-color: #BEF294;
}
</style>
border-color css
<style>
span { border-color: #BEF294; }
span { border-color: rgb(190,242,148); }
td.TdClassName
{
border-color: #BEF294;
}
.TagClassName
{
border-color: #BEF294;
}
</style>