Shades of Reef #BFE298
Tints of Reef #BFE298
RGB
CMYK
RGB Variations
Color information
#BFE298 (or 0xBFE298) is known color: Reef. HEX triplet: BF, E2 and 98. RGB value is (191,226,152). Sum of RGB (Red+Green+Blue) = 191+226+152=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE298 is #401D67. Grayscale: #CFCFCF. Windows color (decimal): -4201832 or 10019519. OLE color: 10019519.
HSL color Cylindrical-coordinate representation of color #BFE298: hue angle of 88.38º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE298 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 152 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.11 |
| HSL | 88.38º | 0.56% | 0.74% | - |
| HSV(B) | 88.38º | 0.33% | 0.89% | - |
| XYZ | 54.35 | 67.74 | 39.92 | - |
| YUV | 207.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 152 | 0.15 | 0 | 0.33 | 0.11 | 88.38 | 0.56 | 0.74 |
| Hex | BF | E2 | 98 | F | 0 | 21 | B | 58 | 38 | 4A |
| Octal | 277 | 342 | 230 | 17 | 0 | 41 | 13 | 130 | 70 | 112 |
| Binary | 10111111 | 11100010 | 10011000 | 1111 | 0 | 100001 | 1011 | 1011000 | 111000 | 1001010 |
Color Harmonies of #BFE298
Complementary color
Monochromatic Colors of #BFE298
Black with #BFE298
Text Example
Text Example
White with #BFE298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE298; }
p { color: rgb(191,226,152); }
H1.HeaderClassName
{
color: #BFE298;
}
.AnyTagClassName
{
color: #BFE298;
}
</style>
background-color css
<style>
a { background-color: #BFE298; }
a { background-color: rgb(191,226,152); }
div.DivClassName
{
background-color: #BFE298;
}
.BgClassName
{
background-color: #BFE298;
}
</style>
border-color css
<style>
span { border-color: #BFE298; }
span { border-color: rgb(191,226,152); }
td.TdClassName
{
border-color: #BFE298;
}
.TagClassName
{
border-color: #BFE298;
}
</style>