Shades of Fringy Flower #B9FDB7
Tints of Fringy Flower #B9FDB7
RGB
CMYK
RGB Variations
Color information
#B9FDB7 (or 0xB9FDB7) is known color: Fringy Flower. HEX triplet: B9, FD and B7. RGB value is (185,253,183). Sum of RGB (Red+Green+Blue) = 185+253+183=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDB7 is #460248. Grayscale: #E0E0E0. Windows color (decimal): -4588105 or 12058041. OLE color: 12058041.
HSL color Cylindrical-coordinate representation of color #B9FDB7: hue angle of 118.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9FDB7 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 253 | 183 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.01 |
| HSL | 118.29º | 0.95% | 0.85% | - |
| HSV(B) | 118.29º | 0.28% | 0.99% | - |
| XYZ | 63.68 | 83.98 | 57.65 | - |
| YUV | 224.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 253 | 183 | 0.27 | 0 | 0.28 | 0.01 | 118.29 | 0.95 | 0.85 |
| Hex | B9 | FD | B7 | 1B | 0 | 1C | 1 | 76 | 5F | 55 |
| Octal | 271 | 375 | 267 | 33 | 0 | 34 | 1 | 166 | 137 | 125 |
| Binary | 10111001 | 11111101 | 10110111 | 11011 | 0 | 11100 | 1 | 1110110 | 1011111 | 1010101 |
Color Harmonies of #B9FDB7
Complementary color
Monochromatic Colors of #B9FDB7
Black with #B9FDB7
Text Example
Text Example
White with #B9FDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FDB7; }
p { color: rgb(185,253,183); }
H1.HeaderClassName
{
color: #B9FDB7;
}
.AnyTagClassName
{
color: #B9FDB7;
}
</style>
background-color css
<style>
a { background-color: #B9FDB7; }
a { background-color: rgb(185,253,183); }
div.DivClassName
{
background-color: #B9FDB7;
}
.BgClassName
{
background-color: #B9FDB7;
}
</style>
border-color css
<style>
span { border-color: #B9FDB7; }
span { border-color: rgb(185,253,183); }
td.TdClassName
{
border-color: #B9FDB7;
}
.TagClassName
{
border-color: #B9FDB7;
}
</style>