Shades of Reef #BFF996
Tints of Reef #BFF996
RGB
CMYK
RGB Variations
Color information
#BFF996 (or 0xBFF996) is known color: Reef. HEX triplet: BF, F9 and 96. RGB value is (191,249,150). Sum of RGB (Red+Green+Blue) = 191+249+150=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF996 is #400669. Grayscale: #DCDCDC. Windows color (decimal): -4195946 or 9894335. OLE color: 9894335.
HSL color Cylindrical-coordinate representation of color #BFF996: hue angle of 95.15º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF996 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 150 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.02 |
| HSL | 95.15º | 0.89% | 0.78% | - |
| HSV(B) | 95.15º | 0.4% | 0.98% | - |
| XYZ | 60.87 | 81.03 | 41.29 | - |
| YUV | 220.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 150 | 0.23 | 0 | 0.40 | 0.02 | 95.15 | 0.89 | 0.78 |
| Hex | BF | F9 | 96 | 17 | 0 | 28 | 2 | 5F | 59 | 4E |
| Octal | 277 | 371 | 226 | 27 | 0 | 50 | 2 | 137 | 131 | 116 |
| Binary | 10111111 | 11111001 | 10010110 | 10111 | 0 | 101000 | 10 | 1011111 | 1011001 | 1001110 |
Color Harmonies of #BFF996
Complementary color
Monochromatic Colors of #BFF996
Black with #BFF996
Text Example
Text Example
White with #BFF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF996; }
p { color: rgb(191,249,150); }
H1.HeaderClassName
{
color: #BFF996;
}
.AnyTagClassName
{
color: #BFF996;
}
</style>
background-color css
<style>
a { background-color: #BFF996; }
a { background-color: rgb(191,249,150); }
div.DivClassName
{
background-color: #BFF996;
}
.BgClassName
{
background-color: #BFF996;
}
</style>
border-color css
<style>
span { border-color: #BFF996; }
span { border-color: rgb(191,249,150); }
td.TdClassName
{
border-color: #BFF996;
}
.TagClassName
{
border-color: #BFF996;
}
</style>