Shades of Reef #BEF995
Tints of Reef #BEF995
RGB
CMYK
RGB Variations
Color information
#BEF995 (or 0xBEF995) is known color: Reef. HEX triplet: BE, F9 and 95. RGB value is (190,249,149). Sum of RGB (Red+Green+Blue) = 190+249+149=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF995 is #41066A. Grayscale: #DCDCDC. Windows color (decimal): -4261483 or 9828798. OLE color: 9828798.
HSL color Cylindrical-coordinate representation of color #BEF995: hue angle of 95.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF995 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 149 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.02 |
| HSL | 95.4º | 0.89% | 0.78% | - |
| HSV(B) | 95.4º | 0.4% | 0.98% | - |
| XYZ | 60.54 | 80.87 | 40.85 | - |
| YUV | 219.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 149 | 0.24 | 0 | 0.40 | 0.02 | 95.4 | 0.89 | 0.78 |
| Hex | BE | F9 | 95 | 18 | 0 | 28 | 2 | 5F | 59 | 4E |
| Octal | 276 | 371 | 225 | 30 | 0 | 50 | 2 | 137 | 131 | 116 |
| Binary | 10111110 | 11111001 | 10010101 | 11000 | 0 | 101000 | 10 | 1011111 | 1011001 | 1001110 |
Color Harmonies of #BEF995
Complementary color
Monochromatic Colors of #BEF995
Black with #BEF995
Text Example
Text Example
White with #BEF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF995; }
p { color: rgb(190,249,149); }
H1.HeaderClassName
{
color: #BEF995;
}
.AnyTagClassName
{
color: #BEF995;
}
</style>
background-color css
<style>
a { background-color: #BEF995; }
a { background-color: rgb(190,249,149); }
div.DivClassName
{
background-color: #BEF995;
}
.BgClassName
{
background-color: #BEF995;
}
</style>
border-color css
<style>
span { border-color: #BEF995; }
span { border-color: rgb(190,249,149); }
td.TdClassName
{
border-color: #BEF995;
}
.TagClassName
{
border-color: #BEF995;
}
</style>