Shades of Fringy Flower #B9ECBB
Tints of Fringy Flower #B9ECBB
RGB
CMYK
RGB Variations
Color information
#B9ECBB (or 0xB9ECBB) is known color: Fringy Flower. HEX triplet: B9, EC and BB. RGB value is (185,236,187). Sum of RGB (Red+Green+Blue) = 185+236+187=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECBB is #461344. Grayscale: #D7D7D7. Windows color (decimal): -4592453 or 12315833. OLE color: 12315833.
HSL color Cylindrical-coordinate representation of color #B9ECBB: hue angle of 122.35º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECBB is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 187 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.07 |
| HSL | 122.35º | 0.57% | 0.83% | - |
| HSV(B) | 122.35º | 0.22% | 0.93% | - |
| XYZ | 58.97 | 73.89 | 58.17 | - |
| YUV | 215.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 187 | 0.22 | 0 | 0.21 | 0.07 | 122.35 | 0.57 | 0.83 |
| Hex | B9 | EC | BB | 16 | 0 | 15 | 7 | 7A | 39 | 53 |
| Octal | 271 | 354 | 273 | 26 | 0 | 25 | 7 | 172 | 71 | 123 |
| Binary | 10111001 | 11101100 | 10111011 | 10110 | 0 | 10101 | 111 | 1111010 | 111001 | 1010011 |
Color Harmonies of #B9ECBB
Complementary color
Monochromatic Colors of #B9ECBB
Black with #B9ECBB
Text Example
Text Example
White with #B9ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECBB; }
p { color: rgb(185,236,187); }
H1.HeaderClassName
{
color: #B9ECBB;
}
.AnyTagClassName
{
color: #B9ECBB;
}
</style>
background-color css
<style>
a { background-color: #B9ECBB; }
a { background-color: rgb(185,236,187); }
div.DivClassName
{
background-color: #B9ECBB;
}
.BgClassName
{
background-color: #B9ECBB;
}
</style>
border-color css
<style>
span { border-color: #B9ECBB; }
span { border-color: rgb(185,236,187); }
td.TdClassName
{
border-color: #B9ECBB;
}
.TagClassName
{
border-color: #B9ECBB;
}
</style>