Shades of Fringy Flower #B9FCBB
Tints of Fringy Flower #B9FCBB
RGB
CMYK
RGB Variations
Color information
#B9FCBB (or 0xB9FCBB) is known color: Fringy Flower. HEX triplet: B9, FC and BB. RGB value is (185,252,187). Sum of RGB (Red+Green+Blue) = 185+252+187=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCBB is #460344. Grayscale: #E0E0E0. Windows color (decimal): -4588357 or 12319929. OLE color: 12319929.
HSL color Cylindrical-coordinate representation of color #B9FCBB: hue angle of 121.79º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCBB is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 252 | 187 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.01 |
| HSL | 121.79º | 0.92% | 0.86% | - |
| HSV(B) | 121.79º | 0.27% | 0.99% | - |
| XYZ | 63.79 | 83.52 | 59.77 | - |
| YUV | 224.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 252 | 187 | 0.27 | 0 | 0.26 | 0.01 | 121.79 | 0.92 | 0.86 |
| Hex | B9 | FC | BB | 1B | 0 | 1A | 1 | 7A | 5C | 56 |
| Octal | 271 | 374 | 273 | 33 | 0 | 32 | 1 | 172 | 134 | 126 |
| Binary | 10111001 | 11111100 | 10111011 | 11011 | 0 | 11010 | 1 | 1111010 | 1011100 | 1010110 |
Color Harmonies of #B9FCBB
Complementary color
Monochromatic Colors of #B9FCBB
Black with #B9FCBB
Text Example
Text Example
White with #B9FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FCBB; }
p { color: rgb(185,252,187); }
H1.HeaderClassName
{
color: #B9FCBB;
}
.AnyTagClassName
{
color: #B9FCBB;
}
</style>
background-color css
<style>
a { background-color: #B9FCBB; }
a { background-color: rgb(185,252,187); }
div.DivClassName
{
background-color: #B9FCBB;
}
.BgClassName
{
background-color: #B9FCBB;
}
</style>
border-color css
<style>
span { border-color: #B9FCBB; }
span { border-color: rgb(185,252,187); }
td.TdClassName
{
border-color: #B9FCBB;
}
.TagClassName
{
border-color: #B9FCBB;
}
</style>