Shades of Fringy Flower #BCFDBE
Tints of Fringy Flower #BCFDBE
RGB
CMYK
RGB Variations
Color information
#BCFDBE (or 0xBCFDBE) is known color: Fringy Flower. HEX triplet: BC, FD and BE. RGB value is (188,253,190). Sum of RGB (Red+Green+Blue) = 188+253+190=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDBE is #430241. Grayscale: #E2E2E2. Windows color (decimal): -4391490 or 12516796. OLE color: 12516796.
HSL color Cylindrical-coordinate representation of color #BCFDBE: hue angle of 121.85º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDBE is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 190 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.01 |
| HSL | 121.85º | 0.94% | 0.86% | - |
| HSV(B) | 121.85º | 0.26% | 0.99% | - |
| XYZ | 65.16 | 84.66 | 61.62 | - |
| YUV | 226.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 190 | 0.26 | 0 | 0.25 | 0.01 | 121.85 | 0.94 | 0.86 |
| Hex | BC | FD | BE | 1A | 0 | 19 | 1 | 7A | 5E | 56 |
| Octal | 274 | 375 | 276 | 32 | 0 | 31 | 1 | 172 | 136 | 126 |
| Binary | 10111100 | 11111101 | 10111110 | 11010 | 0 | 11001 | 1 | 1111010 | 1011110 | 1010110 |
Color Harmonies of #BCFDBE
Complementary color
Monochromatic Colors of #BCFDBE
Black with #BCFDBE
Text Example
Text Example
White with #BCFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDBE; }
p { color: rgb(188,253,190); }
H1.HeaderClassName
{
color: #BCFDBE;
}
.AnyTagClassName
{
color: #BCFDBE;
}
</style>
background-color css
<style>
a { background-color: #BCFDBE; }
a { background-color: rgb(188,253,190); }
div.DivClassName
{
background-color: #BCFDBE;
}
.BgClassName
{
background-color: #BCFDBE;
}
</style>
border-color css
<style>
span { border-color: #BCFDBE; }
span { border-color: rgb(188,253,190); }
td.TdClassName
{
border-color: #BCFDBE;
}
.TagClassName
{
border-color: #BCFDBE;
}
</style>