Shades of Reef #BFF696
Tints of Reef #BFF696
RGB
CMYK
RGB Variations
Color information
#BFF696 (or 0xBFF696) is known color: Reef. HEX triplet: BF, F6 and 96. RGB value is (191,246,150). Sum of RGB (Red+Green+Blue) = 191+246+150=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF696 is #400969. Grayscale: #DADADA. Windows color (decimal): -4196714 or 9893567. OLE color: 9893567.
HSL color Cylindrical-coordinate representation of color #BFF696: hue angle of 94.38º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF696 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 150 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.04 |
| HSL | 94.38º | 0.84% | 0.78% | - |
| HSV(B) | 94.38º | 0.39% | 0.96% | - |
| XYZ | 59.95 | 79.19 | 40.98 | - |
| YUV | 218.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 150 | 0.22 | 0 | 0.39 | 0.04 | 94.38 | 0.84 | 0.78 |
| Hex | BF | F6 | 96 | 16 | 0 | 27 | 4 | 5E | 54 | 4E |
| Octal | 277 | 366 | 226 | 26 | 0 | 47 | 4 | 136 | 124 | 116 |
| Binary | 10111111 | 11110110 | 10010110 | 10110 | 0 | 100111 | 100 | 1011110 | 1010100 | 1001110 |
Color Harmonies of #BFF696
Complementary color
Monochromatic Colors of #BFF696
Black with #BFF696
Text Example
Text Example
White with #BFF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF696; }
p { color: rgb(191,246,150); }
H1.HeaderClassName
{
color: #BFF696;
}
.AnyTagClassName
{
color: #BFF696;
}
</style>
background-color css
<style>
a { background-color: #BFF696; }
a { background-color: rgb(191,246,150); }
div.DivClassName
{
background-color: #BFF696;
}
.BgClassName
{
background-color: #BFF696;
}
</style>
border-color css
<style>
span { border-color: #BFF696; }
span { border-color: rgb(191,246,150); }
td.TdClassName
{
border-color: #BFF696;
}
.TagClassName
{
border-color: #BFF696;
}
</style>