Shades of Fringy Flower #BFF3BC
Tints of Fringy Flower #BFF3BC
RGB
CMYK
RGB Variations
Color information
#BFF3BC (or 0xBFF3BC) is known color: Fringy Flower. HEX triplet: BF, F3 and BC. RGB value is (191,243,188). Sum of RGB (Red+Green+Blue) = 191+243+188=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3BC is #400C43. Grayscale: #DDDDDD. Windows color (decimal): -4197444 or 12383167. OLE color: 12383167.
HSL color Cylindrical-coordinate representation of color #BFF3BC: hue angle of 116.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF3BC is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 188 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.05 |
| HSL | 116.73º | 0.7% | 0.85% | - |
| HSV(B) | 116.73º | 0.23% | 0.95% | - |
| XYZ | 62.61 | 78.81 | 59.49 | - |
| YUV | 221.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 188 | 0.21 | 0 | 0.23 | 0.05 | 116.73 | 0.7 | 0.85 |
| Hex | BF | F3 | BC | 15 | 0 | 17 | 5 | 75 | 46 | 55 |
| Octal | 277 | 363 | 274 | 25 | 0 | 27 | 5 | 165 | 106 | 125 |
| Binary | 10111111 | 11110011 | 10111100 | 10101 | 0 | 10111 | 101 | 1110101 | 1000110 | 1010101 |
Color Harmonies of #BFF3BC
Complementary color
Monochromatic Colors of #BFF3BC
Black with #BFF3BC
Text Example
Text Example
White with #BFF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3BC; }
p { color: rgb(191,243,188); }
H1.HeaderClassName
{
color: #BFF3BC;
}
.AnyTagClassName
{
color: #BFF3BC;
}
</style>
background-color css
<style>
a { background-color: #BFF3BC; }
a { background-color: rgb(191,243,188); }
div.DivClassName
{
background-color: #BFF3BC;
}
.BgClassName
{
background-color: #BFF3BC;
}
</style>
border-color css
<style>
span { border-color: #BFF3BC; }
span { border-color: rgb(191,243,188); }
td.TdClassName
{
border-color: #BFF3BC;
}
.TagClassName
{
border-color: #BFF3BC;
}
</style>