Shades of Reef #BFF695
Tints of Reef #BFF695
RGB
CMYK
RGB Variations
Color information
#BFF695 (or 0xBFF695) is known color: Reef. HEX triplet: BF, F6 and 95. RGB value is (191,246,149). Sum of RGB (Red+Green+Blue) = 191+246+149=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF695 is #40096A. Grayscale: #DADADA. Windows color (decimal): -4196715 or 9828031. OLE color: 9828031.
HSL color Cylindrical-coordinate representation of color #BFF695: hue angle of 94.02º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF695 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 149 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.04 |
| HSL | 94.02º | 0.84% | 0.77% | - |
| HSV(B) | 94.02º | 0.39% | 0.96% | - |
| XYZ | 59.87 | 79.16 | 40.56 | - |
| YUV | 218.5 | 88.78 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 149 | 0.22 | 0 | 0.39 | 0.04 | 94.02 | 0.84 | 0.77 |
| Hex | BF | F6 | 95 | 16 | 0 | 27 | 4 | 5E | 54 | 4D |
| Octal | 277 | 366 | 225 | 26 | 0 | 47 | 4 | 136 | 124 | 115 |
| Binary | 10111111 | 11110110 | 10010101 | 10110 | 0 | 100111 | 100 | 1011110 | 1010100 | 1001101 |
Color Harmonies of #BFF695
Complementary color
Monochromatic Colors of #BFF695
Black with #BFF695
Text Example
Text Example
White with #BFF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF695; }
p { color: rgb(191,246,149); }
H1.HeaderClassName
{
color: #BFF695;
}
.AnyTagClassName
{
color: #BFF695;
}
</style>
background-color css
<style>
a { background-color: #BFF695; }
a { background-color: rgb(191,246,149); }
div.DivClassName
{
background-color: #BFF695;
}
.BgClassName
{
background-color: #BFF695;
}
</style>
border-color css
<style>
span { border-color: #BFF695; }
span { border-color: rgb(191,246,149); }
td.TdClassName
{
border-color: #BFF695;
}
.TagClassName
{
border-color: #BFF695;
}
</style>