Shades of Reef #BFF692
Tints of Reef #BFF692
RGB
CMYK
RGB Variations
Color information
#BFF692 (or 0xBFF692) is known color: Reef. HEX triplet: BF, F6 and 92. RGB value is (191,246,146). Sum of RGB (Red+Green+Blue) = 191+246+146=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF692 is #40096D. Grayscale: #DADADA. Windows color (decimal): -4196718 or 9631423. OLE color: 9631423.
HSL color Cylindrical-coordinate representation of color #BFF692: hue angle of 93º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFF692 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 146 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.04 |
| HSL | 93º | 0.85% | 0.77% | - |
| HSV(B) | 93º | 0.41% | 0.96% | - |
| XYZ | 59.63 | 79.06 | 39.31 | - |
| YUV | 218.16 | 87.28 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 146 | 0.22 | 0 | 0.41 | 0.04 | 93 | 0.85 | 0.77 |
| Hex | BF | F6 | 92 | 16 | 0 | 29 | 4 | 5D | 55 | 4D |
| Octal | 277 | 366 | 222 | 26 | 0 | 51 | 4 | 135 | 125 | 115 |
| Binary | 10111111 | 11110110 | 10010010 | 10110 | 0 | 101001 | 100 | 1011101 | 1010101 | 1001101 |
Color Harmonies of #BFF692
Complementary color
Monochromatic Colors of #BFF692
Black with #BFF692
Text Example
Text Example
White with #BFF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF692; }
p { color: rgb(191,246,146); }
H1.HeaderClassName
{
color: #BFF692;
}
.AnyTagClassName
{
color: #BFF692;
}
</style>
background-color css
<style>
a { background-color: #BFF692; }
a { background-color: rgb(191,246,146); }
div.DivClassName
{
background-color: #BFF692;
}
.BgClassName
{
background-color: #BFF692;
}
</style>
border-color css
<style>
span { border-color: #BFF692; }
span { border-color: rgb(191,246,146); }
td.TdClassName
{
border-color: #BFF692;
}
.TagClassName
{
border-color: #BFF692;
}
</style>