Shades of Fringy Flower #BFF0BB
Tints of Fringy Flower #BFF0BB
RGB
CMYK
RGB Variations
Color information
#BFF0BB (or 0xBFF0BB) is known color: Fringy Flower. HEX triplet: BF, F0 and BB. RGB value is (191,240,187). Sum of RGB (Red+Green+Blue) = 191+240+187=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0BB is #400F44. Grayscale: #DBDBDB. Windows color (decimal): -4198213 or 12316863. OLE color: 12316863.
HSL color Cylindrical-coordinate representation of color #BFF0BB: hue angle of 115.47º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF0BB is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 187 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.06 |
| HSL | 115.47º | 0.64% | 0.84% | - |
| HSV(B) | 115.47º | 0.22% | 0.94% | - |
| XYZ | 61.62 | 76.98 | 58.63 | - |
| YUV | 219.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 187 | 0.20 | 0 | 0.22 | 0.06 | 115.47 | 0.64 | 0.84 |
| Hex | BF | F0 | BB | 14 | 0 | 16 | 6 | 73 | 40 | 54 |
| Octal | 277 | 360 | 273 | 24 | 0 | 26 | 6 | 163 | 100 | 124 |
| Binary | 10111111 | 11110000 | 10111011 | 10100 | 0 | 10110 | 110 | 1110011 | 1000000 | 1010100 |
Color Harmonies of #BFF0BB
Complementary color
Monochromatic Colors of #BFF0BB
Black with #BFF0BB
Text Example
Text Example
White with #BFF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0BB; }
p { color: rgb(191,240,187); }
H1.HeaderClassName
{
color: #BFF0BB;
}
.AnyTagClassName
{
color: #BFF0BB;
}
</style>
background-color css
<style>
a { background-color: #BFF0BB; }
a { background-color: rgb(191,240,187); }
div.DivClassName
{
background-color: #BFF0BB;
}
.BgClassName
{
background-color: #BFF0BB;
}
</style>
border-color css
<style>
span { border-color: #BFF0BB; }
span { border-color: rgb(191,240,187); }
td.TdClassName
{
border-color: #BFF0BB;
}
.TagClassName
{
border-color: #BFF0BB;
}
</style>