Shades of Reef #BFE295
Tints of Reef #BFE295
RGB
CMYK
RGB Variations
Color information
#BFE295 (or 0xBFE295) is known color: Reef. HEX triplet: BF, E2 and 95. RGB value is (191,226,149). Sum of RGB (Red+Green+Blue) = 191+226+149=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE295 is #401D6A. Grayscale: #CFCFCF. Windows color (decimal): -4201835 or 9822911. OLE color: 9822911.
HSL color Cylindrical-coordinate representation of color #BFE295: hue angle of 87.27º degrees, saturation: 0.57, 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 #BFE295 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 149 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.11 |
| HSL | 87.27º | 0.57% | 0.74% | - |
| HSV(B) | 87.27º | 0.34% | 0.89% | - |
| XYZ | 54.11 | 67.64 | 38.64 | - |
| YUV | 206.76 | 95.4 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 149 | 0.15 | 0 | 0.34 | 0.11 | 87.27 | 0.57 | 0.74 |
| Hex | BF | E2 | 95 | F | 0 | 22 | B | 57 | 39 | 4A |
| Octal | 277 | 342 | 225 | 17 | 0 | 42 | 13 | 127 | 71 | 112 |
| Binary | 10111111 | 11100010 | 10010101 | 1111 | 0 | 100010 | 1011 | 1010111 | 111001 | 1001010 |
Color Harmonies of #BFE295
Complementary color
Monochromatic Colors of #BFE295
Black with #BFE295
Text Example
Text Example
White with #BFE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE295; }
p { color: rgb(191,226,149); }
H1.HeaderClassName
{
color: #BFE295;
}
.AnyTagClassName
{
color: #BFE295;
}
</style>
background-color css
<style>
a { background-color: #BFE295; }
a { background-color: rgb(191,226,149); }
div.DivClassName
{
background-color: #BFE295;
}
.BgClassName
{
background-color: #BFE295;
}
</style>
border-color css
<style>
span { border-color: #BFE295; }
span { border-color: rgb(191,226,149); }
td.TdClassName
{
border-color: #BFE295;
}
.TagClassName
{
border-color: #BFE295;
}
</style>