Shades of Reef #BFF694
Tints of Reef #BFF694
RGB
CMYK
RGB Variations
Color information
#BFF694 (or 0xBFF694) is known color: Reef. HEX triplet: BF, F6 and 94. RGB value is (191,246,148). Sum of RGB (Red+Green+Blue) = 191+246+148=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF694 is #40096B. Grayscale: #DADADA. Windows color (decimal): -4196716 or 9762495. OLE color: 9762495.
HSL color Cylindrical-coordinate representation of color #BFF694: hue angle of 93.67º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF694 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 148 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.04 |
| HSL | 93.67º | 0.84% | 0.77% | - |
| HSV(B) | 93.67º | 0.4% | 0.96% | - |
| XYZ | 59.79 | 79.13 | 40.14 | - |
| YUV | 218.38 | 88.28 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 148 | 0.22 | 0 | 0.40 | 0.04 | 93.67 | 0.84 | 0.77 |
| Hex | BF | F6 | 94 | 16 | 0 | 28 | 4 | 5E | 54 | 4D |
| Octal | 277 | 366 | 224 | 26 | 0 | 50 | 4 | 136 | 124 | 115 |
| Binary | 10111111 | 11110110 | 10010100 | 10110 | 0 | 101000 | 100 | 1011110 | 1010100 | 1001101 |
Color Harmonies of #BFF694
Complementary color
Monochromatic Colors of #BFF694
Black with #BFF694
Text Example
Text Example
White with #BFF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF694; }
p { color: rgb(191,246,148); }
H1.HeaderClassName
{
color: #BFF694;
}
.AnyTagClassName
{
color: #BFF694;
}
</style>
background-color css
<style>
a { background-color: #BFF694; }
a { background-color: rgb(191,246,148); }
div.DivClassName
{
background-color: #BFF694;
}
.BgClassName
{
background-color: #BFF694;
}
</style>
border-color css
<style>
span { border-color: #BFF694; }
span { border-color: rgb(191,246,148); }
td.TdClassName
{
border-color: #BFF694;
}
.TagClassName
{
border-color: #BFF694;
}
</style>