Shades of Reef #BFF992
Tints of Reef #BFF992
RGB
CMYK
RGB Variations
Color information
#BFF992 (or 0xBFF992) is known color: Reef. HEX triplet: BF, F9 and 92. RGB value is (191,249,146). Sum of RGB (Red+Green+Blue) = 191+249+146=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF992 is #40066D. Grayscale: #DCDCDC. Windows color (decimal): -4195950 or 9632191. OLE color: 9632191.
HSL color Cylindrical-coordinate representation of color #BFF992: hue angle of 93.79º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFF992 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 146 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.02 |
| HSL | 93.79º | 0.9% | 0.77% | - |
| HSV(B) | 93.79º | 0.41% | 0.98% | - |
| XYZ | 60.55 | 80.9 | 39.62 | - |
| YUV | 219.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 146 | 0.23 | 0 | 0.41 | 0.02 | 93.79 | 0.9 | 0.77 |
| Hex | BF | F9 | 92 | 17 | 0 | 29 | 2 | 5E | 5A | 4D |
| Octal | 277 | 371 | 222 | 27 | 0 | 51 | 2 | 136 | 132 | 115 |
| Binary | 10111111 | 11111001 | 10010010 | 10111 | 0 | 101001 | 10 | 1011110 | 1011010 | 1001101 |
Color Harmonies of #BFF992
Complementary color
Monochromatic Colors of #BFF992
Black with #BFF992
Text Example
Text Example
White with #BFF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF992; }
p { color: rgb(191,249,146); }
H1.HeaderClassName
{
color: #BFF992;
}
.AnyTagClassName
{
color: #BFF992;
}
</style>
background-color css
<style>
a { background-color: #BFF992; }
a { background-color: rgb(191,249,146); }
div.DivClassName
{
background-color: #BFF992;
}
.BgClassName
{
background-color: #BFF992;
}
</style>
border-color css
<style>
span { border-color: #BFF992; }
span { border-color: rgb(191,249,146); }
td.TdClassName
{
border-color: #BFF992;
}
.TagClassName
{
border-color: #BFF992;
}
</style>