Shades of Reef #BFEC99
Tints of Reef #BFEC99
RGB
CMYK
RGB Variations
Color information
#BFEC99 (or 0xBFEC99) is known color: Reef. HEX triplet: BF, EC and 99. RGB value is (191,236,153). Sum of RGB (Red+Green+Blue) = 191+236+153=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC99 is #401366. Grayscale: #D5D5D5. Windows color (decimal): -4199271 or 10087615. OLE color: 10087615.
HSL color Cylindrical-coordinate representation of color #BFEC99: hue angle of 92.53º degrees, saturation: 0.69, 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 #BFEC99 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 153 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.07 |
| HSL | 92.53º | 0.69% | 0.76% | - |
| HSV(B) | 92.53º | 0.35% | 0.93% | - |
| XYZ | 57.23 | 73.37 | 41.28 | - |
| YUV | 213.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 153 | 0.19 | 0 | 0.35 | 0.07 | 92.53 | 0.69 | 0.76 |
| Hex | BF | EC | 99 | 13 | 0 | 23 | 7 | 5D | 45 | 4C |
| Octal | 277 | 354 | 231 | 23 | 0 | 43 | 7 | 135 | 105 | 114 |
| Binary | 10111111 | 11101100 | 10011001 | 10011 | 0 | 100011 | 111 | 1011101 | 1000101 | 1001100 |
Color Harmonies of #BFEC99
Complementary color
Monochromatic Colors of #BFEC99
Black with #BFEC99
Text Example
Text Example
White with #BFEC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC99; }
p { color: rgb(191,236,153); }
H1.HeaderClassName
{
color: #BFEC99;
}
.AnyTagClassName
{
color: #BFEC99;
}
</style>
background-color css
<style>
a { background-color: #BFEC99; }
a { background-color: rgb(191,236,153); }
div.DivClassName
{
background-color: #BFEC99;
}
.BgClassName
{
background-color: #BFEC99;
}
</style>
border-color css
<style>
span { border-color: #BFEC99; }
span { border-color: rgb(191,236,153); }
td.TdClassName
{
border-color: #BFEC99;
}
.TagClassName
{
border-color: #BFEC99;
}
</style>