Shades of Reef #BFF096
Tints of Reef #BFF096
RGB
CMYK
RGB Variations
Color information
#BFF096 (or 0xBFF096) is known color: Reef. HEX triplet: BF, F0 and 96. RGB value is (191,240,150). Sum of RGB (Red+Green+Blue) = 191+240+150=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF096 is #400F69. Grayscale: #D7D7D7. Windows color (decimal): -4198250 or 9892031. OLE color: 9892031.
HSL color Cylindrical-coordinate representation of color #BFF096: hue angle of 92.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF096 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 150 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.06 |
| HSL | 92.67º | 0.75% | 0.76% | - |
| HSV(B) | 92.67º | 0.38% | 0.94% | - |
| XYZ | 58.15 | 75.6 | 40.38 | - |
| YUV | 215.09 | 91.27 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 150 | 0.20 | 0 | 0.37 | 0.06 | 92.67 | 0.75 | 0.76 |
| Hex | BF | F0 | 96 | 14 | 0 | 25 | 6 | 5D | 4B | 4C |
| Octal | 277 | 360 | 226 | 24 | 0 | 45 | 6 | 135 | 113 | 114 |
| Binary | 10111111 | 11110000 | 10010110 | 10100 | 0 | 100101 | 110 | 1011101 | 1001011 | 1001100 |
Color Harmonies of #BFF096
Complementary color
Monochromatic Colors of #BFF096
Black with #BFF096
Text Example
Text Example
White with #BFF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF096; }
p { color: rgb(191,240,150); }
H1.HeaderClassName
{
color: #BFF096;
}
.AnyTagClassName
{
color: #BFF096;
}
</style>
background-color css
<style>
a { background-color: #BFF096; }
a { background-color: rgb(191,240,150); }
div.DivClassName
{
background-color: #BFF096;
}
.BgClassName
{
background-color: #BFF096;
}
</style>
border-color css
<style>
span { border-color: #BFF096; }
span { border-color: rgb(191,240,150); }
td.TdClassName
{
border-color: #BFF096;
}
.TagClassName
{
border-color: #BFF096;
}
</style>