Shades of Reef #BFE696
Tints of Reef #BFE696
RGB
CMYK
RGB Variations
Color information
#BFE696 (or 0xBFE696) is known color: Reef. HEX triplet: BF, E6 and 96. RGB value is (191,230,150). Sum of RGB (Red+Green+Blue) = 191+230+150=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE696 is #401969. Grayscale: #D1D1D1. Windows color (decimal): -4200810 or 9889471. OLE color: 9889471.
HSL color Cylindrical-coordinate representation of color #BFE696: hue angle of 89.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE696 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 150 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.10 |
| HSL | 89.25º | 0.62% | 0.75% | - |
| HSV(B) | 89.25º | 0.35% | 0.9% | - |
| XYZ | 55.29 | 69.87 | 39.43 | - |
| YUV | 209.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 150 | 0.17 | 0 | 0.35 | 0.10 | 89.25 | 0.62 | 0.75 |
| Hex | BF | E6 | 96 | 11 | 0 | 23 | A | 59 | 3E | 4B |
| Octal | 277 | 346 | 226 | 21 | 0 | 43 | 12 | 131 | 76 | 113 |
| Binary | 10111111 | 11100110 | 10010110 | 10001 | 0 | 100011 | 1010 | 1011001 | 111110 | 1001011 |
Color Harmonies of #BFE696
Complementary color
Monochromatic Colors of #BFE696
Black with #BFE696
Text Example
Text Example
White with #BFE696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE696; }
p { color: rgb(191,230,150); }
H1.HeaderClassName
{
color: #BFE696;
}
.AnyTagClassName
{
color: #BFE696;
}
</style>
background-color css
<style>
a { background-color: #BFE696; }
a { background-color: rgb(191,230,150); }
div.DivClassName
{
background-color: #BFE696;
}
.BgClassName
{
background-color: #BFE696;
}
</style>
border-color css
<style>
span { border-color: #BFE696; }
span { border-color: rgb(191,230,150); }
td.TdClassName
{
border-color: #BFE696;
}
.TagClassName
{
border-color: #BFE696;
}
</style>