Shades of Reef #BFE796
Tints of Reef #BFE796
RGB
CMYK
RGB Variations
Color information
#BFE796 (or 0xBFE796) is known color: Reef. HEX triplet: BF, E7 and 96. RGB value is (191,231,150). Sum of RGB (Red+Green+Blue) = 191+231+150=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE796 is #401869. Grayscale: #D2D2D2. Windows color (decimal): -4200554 or 9889727. OLE color: 9889727.
HSL color Cylindrical-coordinate representation of color #BFE796: hue angle of 89.63º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE796 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 150 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.09 |
| HSL | 89.63º | 0.63% | 0.75% | - |
| HSV(B) | 89.63º | 0.35% | 0.91% | - |
| XYZ | 55.57 | 70.43 | 39.52 | - |
| YUV | 209.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 150 | 0.17 | 0 | 0.35 | 0.09 | 89.63 | 0.63 | 0.75 |
| Hex | BF | E7 | 96 | 11 | 0 | 23 | 9 | 5A | 3F | 4B |
| Octal | 277 | 347 | 226 | 21 | 0 | 43 | 11 | 132 | 77 | 113 |
| Binary | 10111111 | 11100111 | 10010110 | 10001 | 0 | 100011 | 1001 | 1011010 | 111111 | 1001011 |
Color Harmonies of #BFE796
Complementary color
Monochromatic Colors of #BFE796
Black with #BFE796
Text Example
Text Example
White with #BFE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE796; }
p { color: rgb(191,231,150); }
H1.HeaderClassName
{
color: #BFE796;
}
.AnyTagClassName
{
color: #BFE796;
}
</style>
background-color css
<style>
a { background-color: #BFE796; }
a { background-color: rgb(191,231,150); }
div.DivClassName
{
background-color: #BFE796;
}
.BgClassName
{
background-color: #BFE796;
}
</style>
border-color css
<style>
span { border-color: #BFE796; }
span { border-color: rgb(191,231,150); }
td.TdClassName
{
border-color: #BFE796;
}
.TagClassName
{
border-color: #BFE796;
}
</style>