Shades of Fringy Flower #BCFEBB
Tints of Fringy Flower #BCFEBB
RGB
CMYK
RGB Variations
Color information
#BCFEBB (or 0xBCFEBB) is known color: Fringy Flower. HEX triplet: BC, FE and BB. RGB value is (188,254,187). Sum of RGB (Red+Green+Blue) = 188+254+187=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEBB is #430144. Grayscale: #E2E2E2. Windows color (decimal): -4391237 or 12320444. OLE color: 12320444.
HSL color Cylindrical-coordinate representation of color #BCFEBB: hue angle of 119.1º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEBB is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 187 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.00 |
| HSL | 119.1º | 0.97% | 0.86% | - |
| HSV(B) | 119.1º | 0.26% | 1% | - |
| XYZ | 65.15 | 85.16 | 60.02 | - |
| YUV | 226.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 187 | 0.26 | 0 | 0.26 | 0.00 | 119.1 | 0.97 | 0.86 |
| Hex | BC | FE | BB | 1A | 0 | 1A | 0 | 77 | 61 | 56 |
| Octal | 274 | 376 | 273 | 32 | 0 | 32 | 0 | 167 | 141 | 126 |
| Binary | 10111100 | 11111110 | 10111011 | 11010 | 0 | 11010 | 0 | 1110111 | 1100001 | 1010110 |
Color Harmonies of #BCFEBB
Complementary color
Monochromatic Colors of #BCFEBB
Black with #BCFEBB
Text Example
Text Example
White with #BCFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEBB; }
p { color: rgb(188,254,187); }
H1.HeaderClassName
{
color: #BCFEBB;
}
.AnyTagClassName
{
color: #BCFEBB;
}
</style>
background-color css
<style>
a { background-color: #BCFEBB; }
a { background-color: rgb(188,254,187); }
div.DivClassName
{
background-color: #BCFEBB;
}
.BgClassName
{
background-color: #BCFEBB;
}
</style>
border-color css
<style>
span { border-color: #BCFEBB; }
span { border-color: rgb(188,254,187); }
td.TdClassName
{
border-color: #BCFEBB;
}
.TagClassName
{
border-color: #BCFEBB;
}
</style>