Shades of Reef #BFF698
Tints of Reef #BFF698
RGB
CMYK
RGB Variations
Color information
#BFF698 (or 0xBFF698) is known color: Reef. HEX triplet: BF, F6 and 98. RGB value is (191,246,152). Sum of RGB (Red+Green+Blue) = 191+246+152=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF698 is #400967. Grayscale: #DBDBDB. Windows color (decimal): -4196712 or 10024639. OLE color: 10024639.
HSL color Cylindrical-coordinate representation of color #BFF698: hue angle of 95.11º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF698 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 152 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.04 |
| HSL | 95.11º | 0.84% | 0.78% | - |
| HSV(B) | 95.11º | 0.38% | 0.96% | - |
| XYZ | 60.11 | 79.25 | 41.84 | - |
| YUV | 218.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 152 | 0.22 | 0 | 0.38 | 0.04 | 95.11 | 0.84 | 0.78 |
| Hex | BF | F6 | 98 | 16 | 0 | 26 | 4 | 5F | 54 | 4E |
| Octal | 277 | 366 | 230 | 26 | 0 | 46 | 4 | 137 | 124 | 116 |
| Binary | 10111111 | 11110110 | 10011000 | 10110 | 0 | 100110 | 100 | 1011111 | 1010100 | 1001110 |
Color Harmonies of #BFF698
Complementary color
Monochromatic Colors of #BFF698
Black with #BFF698
Text Example
Text Example
White with #BFF698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF698; }
p { color: rgb(191,246,152); }
H1.HeaderClassName
{
color: #BFF698;
}
.AnyTagClassName
{
color: #BFF698;
}
</style>
background-color css
<style>
a { background-color: #BFF698; }
a { background-color: rgb(191,246,152); }
div.DivClassName
{
background-color: #BFF698;
}
.BgClassName
{
background-color: #BFF698;
}
</style>
border-color css
<style>
span { border-color: #BFF698; }
span { border-color: rgb(191,246,152); }
td.TdClassName
{
border-color: #BFF698;
}
.TagClassName
{
border-color: #BFF698;
}
</style>