Shades of Reef #BFFB93
Tints of Reef #BFFB93
RGB
CMYK
RGB Variations
Color information
#BFFB93 (or 0xBFFB93) is known color: Reef. HEX triplet: BF, FB and 93. RGB value is (191,251,147). Sum of RGB (Red+Green+Blue) = 191+251+147=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB93 is #40046C. Grayscale: #DDDDDD. Windows color (decimal): -4195437 or 9698239. OLE color: 9698239.
HSL color Cylindrical-coordinate representation of color #BFFB93: hue angle of 94.62º degrees, saturation: 0.93, 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 #BFFB93 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 147 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.02 |
| HSL | 94.62º | 0.93% | 0.78% | - |
| HSV(B) | 94.62º | 0.41% | 0.98% | - |
| XYZ | 61.25 | 82.18 | 40.24 | - |
| YUV | 221.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 147 | 0.24 | 0 | 0.41 | 0.02 | 94.62 | 0.93 | 0.78 |
| Hex | BF | FB | 93 | 18 | 0 | 29 | 2 | 5F | 5D | 4E |
| Octal | 277 | 373 | 223 | 30 | 0 | 51 | 2 | 137 | 135 | 116 |
| Binary | 10111111 | 11111011 | 10010011 | 11000 | 0 | 101001 | 10 | 1011111 | 1011101 | 1001110 |
Color Harmonies of #BFFB93
Complementary color
Monochromatic Colors of #BFFB93
Black with #BFFB93
Text Example
Text Example
White with #BFFB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFB93; }
p { color: rgb(191,251,147); }
H1.HeaderClassName
{
color: #BFFB93;
}
.AnyTagClassName
{
color: #BFFB93;
}
</style>
background-color css
<style>
a { background-color: #BFFB93; }
a { background-color: rgb(191,251,147); }
div.DivClassName
{
background-color: #BFFB93;
}
.BgClassName
{
background-color: #BFFB93;
}
</style>
border-color css
<style>
span { border-color: #BFFB93; }
span { border-color: rgb(191,251,147); }
td.TdClassName
{
border-color: #BFFB93;
}
.TagClassName
{
border-color: #BFFB93;
}
</style>