Shades of Reef #BFEE9A
Tints of Reef #BFEE9A
RGB
CMYK
RGB Variations
Color information
#BFEE9A (or 0xBFEE9A) is known color: Reef. HEX triplet: BF, EE and 9A. RGB value is (191,238,154). Sum of RGB (Red+Green+Blue) = 191+238+154=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE9A is #401165. Grayscale: #D6D6D6. Windows color (decimal): -4198758 or 10153663. OLE color: 10153663.
HSL color Cylindrical-coordinate representation of color #BFEE9A: hue angle of 93.57º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFEE9A is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 154 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.07 |
| HSL | 93.57º | 0.71% | 0.77% | - |
| HSV(B) | 93.57º | 0.35% | 0.93% | - |
| XYZ | 57.89 | 74.56 | 41.91 | - |
| YUV | 214.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 154 | 0.20 | 0 | 0.35 | 0.07 | 93.57 | 0.71 | 0.77 |
| Hex | BF | EE | 9A | 14 | 0 | 23 | 7 | 5E | 47 | 4D |
| Octal | 277 | 356 | 232 | 24 | 0 | 43 | 7 | 136 | 107 | 115 |
| Binary | 10111111 | 11101110 | 10011010 | 10100 | 0 | 100011 | 111 | 1011110 | 1000111 | 1001101 |
Color Harmonies of #BFEE9A
Complementary color
Monochromatic Colors of #BFEE9A
Black with #BFEE9A
Text Example
Text Example
White with #BFEE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE9A; }
p { color: rgb(191,238,154); }
H1.HeaderClassName
{
color: #BFEE9A;
}
.AnyTagClassName
{
color: #BFEE9A;
}
</style>
background-color css
<style>
a { background-color: #BFEE9A; }
a { background-color: rgb(191,238,154); }
div.DivClassName
{
background-color: #BFEE9A;
}
.BgClassName
{
background-color: #BFEE9A;
}
</style>
border-color css
<style>
span { border-color: #BFEE9A; }
span { border-color: rgb(191,238,154); }
td.TdClassName
{
border-color: #BFEE9A;
}
.TagClassName
{
border-color: #BFEE9A;
}
</style>