Shades of Fringy Flower #BCFBBE
Tints of Fringy Flower #BCFBBE
RGB
CMYK
RGB Variations
Color information
#BCFBBE (or 0xBCFBBE) is known color: Fringy Flower. HEX triplet: BC, FB and BE. RGB value is (188,251,190). Sum of RGB (Red+Green+Blue) = 188+251+190=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBBE is #430441. Grayscale: #E1E1E1. Windows color (decimal): -4392002 or 12516284. OLE color: 12516284.
HSL color Cylindrical-coordinate representation of color #BCFBBE: hue angle of 121.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBBE is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 190 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.02 |
| HSL | 121.9º | 0.89% | 0.86% | - |
| HSV(B) | 121.9º | 0.25% | 0.98% | - |
| XYZ | 64.53 | 83.4 | 61.41 | - |
| YUV | 225.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 190 | 0.25 | 0 | 0.24 | 0.02 | 121.9 | 0.89 | 0.86 |
| Hex | BC | FB | BE | 19 | 0 | 18 | 2 | 7A | 59 | 56 |
| Octal | 274 | 373 | 276 | 31 | 0 | 30 | 2 | 172 | 131 | 126 |
| Binary | 10111100 | 11111011 | 10111110 | 11001 | 0 | 11000 | 10 | 1111010 | 1011001 | 1010110 |
Color Harmonies of #BCFBBE
Complementary color
Monochromatic Colors of #BCFBBE
Black with #BCFBBE
Text Example
Text Example
White with #BCFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBBE; }
p { color: rgb(188,251,190); }
H1.HeaderClassName
{
color: #BCFBBE;
}
.AnyTagClassName
{
color: #BCFBBE;
}
</style>
background-color css
<style>
a { background-color: #BCFBBE; }
a { background-color: rgb(188,251,190); }
div.DivClassName
{
background-color: #BCFBBE;
}
.BgClassName
{
background-color: #BCFBBE;
}
</style>
border-color css
<style>
span { border-color: #BCFBBE; }
span { border-color: rgb(188,251,190); }
td.TdClassName
{
border-color: #BCFBBE;
}
.TagClassName
{
border-color: #BCFBBE;
}
</style>