Shades of Reef #BFE496
Tints of Reef #BFE496
RGB
CMYK
RGB Variations
Color information
#BFE496 (or 0xBFE496) is known color: Reef. HEX triplet: BF, E4 and 96. RGB value is (191,228,150). Sum of RGB (Red+Green+Blue) = 191+228+150=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE496 is #401B69. Grayscale: #D0D0D0. Windows color (decimal): -4201322 or 9888959. OLE color: 9888959.
HSL color Cylindrical-coordinate representation of color #BFE496: hue angle of 88.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFE496 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 150 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.11 |
| HSL | 88.46º | 0.59% | 0.74% | - |
| HSV(B) | 88.46º | 0.34% | 0.89% | - |
| XYZ | 54.73 | 68.77 | 39.24 | - |
| YUV | 208.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 150 | 0.16 | 0 | 0.34 | 0.11 | 88.46 | 0.59 | 0.74 |
| Hex | BF | E4 | 96 | 10 | 0 | 22 | B | 58 | 3B | 4A |
| Octal | 277 | 344 | 226 | 20 | 0 | 42 | 13 | 130 | 73 | 112 |
| Binary | 10111111 | 11100100 | 10010110 | 10000 | 0 | 100010 | 1011 | 1011000 | 111011 | 1001010 |
Color Harmonies of #BFE496
Complementary color
Monochromatic Colors of #BFE496
Black with #BFE496
Text Example
Text Example
White with #BFE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE496; }
p { color: rgb(191,228,150); }
H1.HeaderClassName
{
color: #BFE496;
}
.AnyTagClassName
{
color: #BFE496;
}
</style>
background-color css
<style>
a { background-color: #BFE496; }
a { background-color: rgb(191,228,150); }
div.DivClassName
{
background-color: #BFE496;
}
.BgClassName
{
background-color: #BFE496;
}
</style>
border-color css
<style>
span { border-color: #BFE496; }
span { border-color: rgb(191,228,150); }
td.TdClassName
{
border-color: #BFE496;
}
.TagClassName
{
border-color: #BFE496;
}
</style>