Shades of Fringy Flower #B9F0BC
Tints of Fringy Flower #B9F0BC
RGB
CMYK
RGB Variations
Color information
#B9F0BC (or 0xB9F0BC) is known color: Fringy Flower. HEX triplet: B9, F0 and BC. RGB value is (185,240,188). Sum of RGB (Red+Green+Blue) = 185+240+188=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F0BC is #460F43. Grayscale: #D9D9D9. Windows color (decimal): -4591428 or 12382393. OLE color: 12382393.
HSL color Cylindrical-coordinate representation of color #B9F0BC: hue angle of 123.27º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F0BC is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 188 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.06 |
| HSL | 123.27º | 0.65% | 0.83% | - |
| HSV(B) | 123.27º | 0.23% | 0.94% | - |
| XYZ | 60.24 | 76.27 | 59.12 | - |
| YUV | 217.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 188 | 0.23 | 0 | 0.22 | 0.06 | 123.27 | 0.65 | 0.83 |
| Hex | B9 | F0 | BC | 17 | 0 | 16 | 6 | 7B | 41 | 53 |
| Octal | 271 | 360 | 274 | 27 | 0 | 26 | 6 | 173 | 101 | 123 |
| Binary | 10111001 | 11110000 | 10111100 | 10111 | 0 | 10110 | 110 | 1111011 | 1000001 | 1010011 |
Color Harmonies of #B9F0BC
Complementary color
Monochromatic Colors of #B9F0BC
Black with #B9F0BC
Text Example
Text Example
White with #B9F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F0BC; }
p { color: rgb(185,240,188); }
H1.HeaderClassName
{
color: #B9F0BC;
}
.AnyTagClassName
{
color: #B9F0BC;
}
</style>
background-color css
<style>
a { background-color: #B9F0BC; }
a { background-color: rgb(185,240,188); }
div.DivClassName
{
background-color: #B9F0BC;
}
.BgClassName
{
background-color: #B9F0BC;
}
</style>
border-color css
<style>
span { border-color: #B9F0BC; }
span { border-color: rgb(185,240,188); }
td.TdClassName
{
border-color: #B9F0BC;
}
.TagClassName
{
border-color: #B9F0BC;
}
</style>