Shades of Fringy Flower #B9FBBD
Tints of Fringy Flower #B9FBBD
RGB
CMYK
RGB Variations
Color information
#B9FBBD (or 0xB9FBBD) is known color: Fringy Flower. HEX triplet: B9, FB and BD. RGB value is (185,251,189). Sum of RGB (Red+Green+Blue) = 185+251+189=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBBD is #460442. Grayscale: #E0E0E0. Windows color (decimal): -4588611 or 12450745. OLE color: 12450745.
HSL color Cylindrical-coordinate representation of color #B9FBBD: hue angle of 123.64º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBBD is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 251 | 189 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.02 |
| HSL | 123.64º | 0.89% | 0.85% | - |
| HSV(B) | 123.64º | 0.26% | 0.98% | - |
| XYZ | 63.69 | 82.98 | 60.8 | - |
| YUV | 224.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 251 | 189 | 0.26 | 0 | 0.25 | 0.02 | 123.64 | 0.89 | 0.85 |
| Hex | B9 | FB | BD | 1A | 0 | 19 | 2 | 7C | 59 | 55 |
| Octal | 271 | 373 | 275 | 32 | 0 | 31 | 2 | 174 | 131 | 125 |
| Binary | 10111001 | 11111011 | 10111101 | 11010 | 0 | 11001 | 10 | 1111100 | 1011001 | 1010101 |
Color Harmonies of #B9FBBD
Complementary color
Monochromatic Colors of #B9FBBD
Black with #B9FBBD
Text Example
Text Example
White with #B9FBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FBBD; }
p { color: rgb(185,251,189); }
H1.HeaderClassName
{
color: #B9FBBD;
}
.AnyTagClassName
{
color: #B9FBBD;
}
</style>
background-color css
<style>
a { background-color: #B9FBBD; }
a { background-color: rgb(185,251,189); }
div.DivClassName
{
background-color: #B9FBBD;
}
.BgClassName
{
background-color: #B9FBBD;
}
</style>
border-color css
<style>
span { border-color: #B9FBBD; }
span { border-color: rgb(185,251,189); }
td.TdClassName
{
border-color: #B9FBBD;
}
.TagClassName
{
border-color: #B9FBBD;
}
</style>