Shades of Reef #BFF998
Tints of Reef #BFF998
RGB
CMYK
RGB Variations
Color information
#BFF998 (or 0xBFF998) is known color: Reef. HEX triplet: BF, F9 and 98. RGB value is (191,249,152). Sum of RGB (Red+Green+Blue) = 191+249+152=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF998 is #400667. Grayscale: #DCDCDC. Windows color (decimal): -4195944 or 10025407. OLE color: 10025407.
HSL color Cylindrical-coordinate representation of color #BFF998: hue angle of 95.88º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF998 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 152 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.02 |
| HSL | 95.88º | 0.89% | 0.79% | - |
| HSV(B) | 95.88º | 0.39% | 0.98% | - |
| XYZ | 61.03 | 81.09 | 42.14 | - |
| YUV | 220.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 152 | 0.23 | 0 | 0.39 | 0.02 | 95.88 | 0.89 | 0.79 |
| Hex | BF | F9 | 98 | 17 | 0 | 27 | 2 | 60 | 59 | 4F |
| Octal | 277 | 371 | 230 | 27 | 0 | 47 | 2 | 140 | 131 | 117 |
| Binary | 10111111 | 11111001 | 10011000 | 10111 | 0 | 100111 | 10 | 1100000 | 1011001 | 1001111 |
Color Harmonies of #BFF998
Complementary color
Monochromatic Colors of #BFF998
Black with #BFF998
Text Example
Text Example
White with #BFF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF998; }
p { color: rgb(191,249,152); }
H1.HeaderClassName
{
color: #BFF998;
}
.AnyTagClassName
{
color: #BFF998;
}
</style>
background-color css
<style>
a { background-color: #BFF998; }
a { background-color: rgb(191,249,152); }
div.DivClassName
{
background-color: #BFF998;
}
.BgClassName
{
background-color: #BFF998;
}
</style>
border-color css
<style>
span { border-color: #BFF998; }
span { border-color: rgb(191,249,152); }
td.TdClassName
{
border-color: #BFF998;
}
.TagClassName
{
border-color: #BFF998;
}
</style>