Shades of Fringy Flower #BFF1BB
Tints of Fringy Flower #BFF1BB
RGB
CMYK
RGB Variations
Color information
#BFF1BB (or 0xBFF1BB) is known color: Fringy Flower. HEX triplet: BF, F1 and BB. RGB value is (191,241,187). Sum of RGB (Red+Green+Blue) = 191+241+187=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1BB is #400E44. Grayscale: #DCDCDC. Windows color (decimal): -4197957 or 12317119. OLE color: 12317119.
HSL color Cylindrical-coordinate representation of color #BFF1BB: hue angle of 115.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF1BB is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 187 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.05 |
| HSL | 115.56º | 0.66% | 0.84% | - |
| HSV(B) | 115.56º | 0.22% | 0.95% | - |
| XYZ | 61.91 | 77.57 | 58.72 | - |
| YUV | 219.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 187 | 0.21 | 0 | 0.22 | 0.05 | 115.56 | 0.66 | 0.84 |
| Hex | BF | F1 | BB | 15 | 0 | 16 | 5 | 74 | 42 | 54 |
| Octal | 277 | 361 | 273 | 25 | 0 | 26 | 5 | 164 | 102 | 124 |
| Binary | 10111111 | 11110001 | 10111011 | 10101 | 0 | 10110 | 101 | 1110100 | 1000010 | 1010100 |
Color Harmonies of #BFF1BB
Complementary color
Monochromatic Colors of #BFF1BB
Black with #BFF1BB
Text Example
Text Example
White with #BFF1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1BB; }
p { color: rgb(191,241,187); }
H1.HeaderClassName
{
color: #BFF1BB;
}
.AnyTagClassName
{
color: #BFF1BB;
}
</style>
background-color css
<style>
a { background-color: #BFF1BB; }
a { background-color: rgb(191,241,187); }
div.DivClassName
{
background-color: #BFF1BB;
}
.BgClassName
{
background-color: #BFF1BB;
}
</style>
border-color css
<style>
span { border-color: #BFF1BB; }
span { border-color: rgb(191,241,187); }
td.TdClassName
{
border-color: #BFF1BB;
}
.TagClassName
{
border-color: #BFF1BB;
}
</style>