Shades of Reef #BFFA94
Tints of Reef #BFFA94
RGB
CMYK
RGB Variations
Color information
#BFFA94 (or 0xBFFA94) is known color: Reef. HEX triplet: BF, FA and 94. RGB value is (191,250,148). Sum of RGB (Red+Green+Blue) = 191+250+148=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFA94 is #40056B. Grayscale: #DDDDDD. Windows color (decimal): -4195692 or 9763519. OLE color: 9763519.
HSL color Cylindrical-coordinate representation of color #BFFA94: hue angle of 94.71º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFFA94 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 148 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.02 |
| HSL | 94.71º | 0.91% | 0.78% | - |
| HSV(B) | 94.71º | 0.41% | 0.98% | - |
| XYZ | 61.02 | 81.59 | 40.55 | - |
| YUV | 220.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 148 | 0.24 | 0 | 0.41 | 0.02 | 94.71 | 0.91 | 0.78 |
| Hex | BF | FA | 94 | 18 | 0 | 29 | 2 | 5F | 5B | 4E |
| Octal | 277 | 372 | 224 | 30 | 0 | 51 | 2 | 137 | 133 | 116 |
| Binary | 10111111 | 11111010 | 10010100 | 11000 | 0 | 101001 | 10 | 1011111 | 1011011 | 1001110 |
Color Harmonies of #BFFA94
Complementary color
Monochromatic Colors of #BFFA94
Black with #BFFA94
Text Example
Text Example
White with #BFFA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA94; }
p { color: rgb(191,250,148); }
H1.HeaderClassName
{
color: #BFFA94;
}
.AnyTagClassName
{
color: #BFFA94;
}
</style>
background-color css
<style>
a { background-color: #BFFA94; }
a { background-color: rgb(191,250,148); }
div.DivClassName
{
background-color: #BFFA94;
}
.BgClassName
{
background-color: #BFFA94;
}
</style>
border-color css
<style>
span { border-color: #BFFA94; }
span { border-color: rgb(191,250,148); }
td.TdClassName
{
border-color: #BFFA94;
}
.TagClassName
{
border-color: #BFFA94;
}
</style>