Shades of Reef #BFEE93
Tints of Reef #BFEE93
RGB
CMYK
RGB Variations
Color information
#BFEE93 (or 0xBFEE93) is known color: Reef. HEX triplet: BF, EE and 93. RGB value is (191,238,147). Sum of RGB (Red+Green+Blue) = 191+238+147=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE93 is #40116C. Grayscale: #D5D5D5. Windows color (decimal): -4198765 or 9694911. OLE color: 9694911.
HSL color Cylindrical-coordinate representation of color #BFEE93: hue angle of 90.99º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFEE93 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 147 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.07 |
| HSL | 90.99º | 0.73% | 0.75% | - |
| HSV(B) | 90.99º | 0.38% | 0.93% | - |
| XYZ | 57.33 | 74.33 | 38.93 | - |
| YUV | 213.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 147 | 0.20 | 0 | 0.38 | 0.07 | 90.99 | 0.73 | 0.75 |
| Hex | BF | EE | 93 | 14 | 0 | 26 | 7 | 5B | 49 | 4B |
| Octal | 277 | 356 | 223 | 24 | 0 | 46 | 7 | 133 | 111 | 113 |
| Binary | 10111111 | 11101110 | 10010011 | 10100 | 0 | 100110 | 111 | 1011011 | 1001001 | 1001011 |
Color Harmonies of #BFEE93
Complementary color
Monochromatic Colors of #BFEE93
Black with #BFEE93
Text Example
Text Example
White with #BFEE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE93; }
p { color: rgb(191,238,147); }
H1.HeaderClassName
{
color: #BFEE93;
}
.AnyTagClassName
{
color: #BFEE93;
}
</style>
background-color css
<style>
a { background-color: #BFEE93; }
a { background-color: rgb(191,238,147); }
div.DivClassName
{
background-color: #BFEE93;
}
.BgClassName
{
background-color: #BFEE93;
}
</style>
border-color css
<style>
span { border-color: #BFEE93; }
span { border-color: rgb(191,238,147); }
td.TdClassName
{
border-color: #BFEE93;
}
.TagClassName
{
border-color: #BFEE93;
}
</style>