Shades of Reef #BFEC9A
Tints of Reef #BFEC9A
RGB
CMYK
RGB Variations
Color information
#BFEC9A (or 0xBFEC9A) is known color: Reef. HEX triplet: BF, EC and 9A. RGB value is (191,236,154). Sum of RGB (Red+Green+Blue) = 191+236+154=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC9A is #401365. Grayscale: #D5D5D5. Windows color (decimal): -4199270 or 10153151. OLE color: 10153151.
HSL color Cylindrical-coordinate representation of color #BFEC9A: hue angle of 92.93º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFEC9A is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 154 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.07 |
| HSL | 92.93º | 0.68% | 0.76% | - |
| HSV(B) | 92.93º | 0.35% | 0.93% | - |
| XYZ | 57.31 | 73.4 | 41.72 | - |
| YUV | 213.2 | 94.59 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 154 | 0.19 | 0 | 0.35 | 0.07 | 92.93 | 0.68 | 0.76 |
| Hex | BF | EC | 9A | 13 | 0 | 23 | 7 | 5D | 44 | 4C |
| Octal | 277 | 354 | 232 | 23 | 0 | 43 | 7 | 135 | 104 | 114 |
| Binary | 10111111 | 11101100 | 10011010 | 10011 | 0 | 100011 | 111 | 1011101 | 1000100 | 1001100 |
Color Harmonies of #BFEC9A
Complementary color
Monochromatic Colors of #BFEC9A
Black with #BFEC9A
Text Example
Text Example
White with #BFEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC9A; }
p { color: rgb(191,236,154); }
H1.HeaderClassName
{
color: #BFEC9A;
}
.AnyTagClassName
{
color: #BFEC9A;
}
</style>
background-color css
<style>
a { background-color: #BFEC9A; }
a { background-color: rgb(191,236,154); }
div.DivClassName
{
background-color: #BFEC9A;
}
.BgClassName
{
background-color: #BFEC9A;
}
</style>
border-color css
<style>
span { border-color: #BFEC9A; }
span { border-color: rgb(191,236,154); }
td.TdClassName
{
border-color: #BFEC9A;
}
.TagClassName
{
border-color: #BFEC9A;
}
</style>