Shades of Reef #BFF891
Tints of Reef #BFF891
RGB
CMYK
RGB Variations
Color information
#BFF891 (or 0xBFF891) is known color: Reef. HEX triplet: BF, F8 and 91. RGB value is (191,248,145). Sum of RGB (Red+Green+Blue) = 191+248+145=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF891 is #40076E. Grayscale: #DBDBDB. Windows color (decimal): -4196207 or 9566399. OLE color: 9566399.
HSL color Cylindrical-coordinate representation of color #BFF891: hue angle of 93.2º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF891 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 145 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.03 |
| HSL | 93.2º | 0.88% | 0.77% | - |
| HSV(B) | 93.2º | 0.42% | 0.97% | - |
| XYZ | 60.16 | 80.26 | 39.11 | - |
| YUV | 219.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 145 | 0.23 | 0 | 0.42 | 0.03 | 93.2 | 0.88 | 0.77 |
| Hex | BF | F8 | 91 | 17 | 0 | 2A | 3 | 5D | 58 | 4D |
| Octal | 277 | 370 | 221 | 27 | 0 | 52 | 3 | 135 | 130 | 115 |
| Binary | 10111111 | 11111000 | 10010001 | 10111 | 0 | 101010 | 11 | 1011101 | 1011000 | 1001101 |
Color Harmonies of #BFF891
Complementary color
Monochromatic Colors of #BFF891
Black with #BFF891
Text Example
Text Example
White with #BFF891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF891; }
p { color: rgb(191,248,145); }
H1.HeaderClassName
{
color: #BFF891;
}
.AnyTagClassName
{
color: #BFF891;
}
</style>
background-color css
<style>
a { background-color: #BFF891; }
a { background-color: rgb(191,248,145); }
div.DivClassName
{
background-color: #BFF891;
}
.BgClassName
{
background-color: #BFF891;
}
</style>
border-color css
<style>
span { border-color: #BFF891; }
span { border-color: rgb(191,248,145); }
td.TdClassName
{
border-color: #BFF891;
}
.TagClassName
{
border-color: #BFF891;
}
</style>