Shades of Reef #BFE996
Tints of Reef #BFE996
RGB
CMYK
RGB Variations
Color information
#BFE996 (or 0xBFE996) is known color: Reef. HEX triplet: BF, E9 and 96. RGB value is (191,233,150). Sum of RGB (Red+Green+Blue) = 191+233+150=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE996 is #401669. Grayscale: #D3D3D3. Windows color (decimal): -4200042 or 9890239. OLE color: 9890239.
HSL color Cylindrical-coordinate representation of color #BFE996: hue angle of 90.36º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFE996 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 150 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.09 |
| HSL | 90.36º | 0.65% | 0.75% | - |
| HSV(B) | 90.36º | 0.36% | 0.91% | - |
| XYZ | 56.13 | 71.56 | 39.71 | - |
| YUV | 210.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 150 | 0.18 | 0 | 0.36 | 0.09 | 90.36 | 0.65 | 0.75 |
| Hex | BF | E9 | 96 | 12 | 0 | 24 | 9 | 5A | 41 | 4B |
| Octal | 277 | 351 | 226 | 22 | 0 | 44 | 11 | 132 | 101 | 113 |
| Binary | 10111111 | 11101001 | 10010110 | 10010 | 0 | 100100 | 1001 | 1011010 | 1000001 | 1001011 |
Color Harmonies of #BFE996
Complementary color
Monochromatic Colors of #BFE996
Black with #BFE996
Text Example
Text Example
White with #BFE996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE996; }
p { color: rgb(191,233,150); }
H1.HeaderClassName
{
color: #BFE996;
}
.AnyTagClassName
{
color: #BFE996;
}
</style>
background-color css
<style>
a { background-color: #BFE996; }
a { background-color: rgb(191,233,150); }
div.DivClassName
{
background-color: #BFE996;
}
.BgClassName
{
background-color: #BFE996;
}
</style>
border-color css
<style>
span { border-color: #BFE996; }
span { border-color: rgb(191,233,150); }
td.TdClassName
{
border-color: #BFE996;
}
.TagClassName
{
border-color: #BFE996;
}
</style>