Shades of Fringy Flower #B9F2BA
Tints of Fringy Flower #B9F2BA
RGB
CMYK
RGB Variations
Color information
#B9F2BA (or 0xB9F2BA) is known color: Fringy Flower. HEX triplet: B9, F2 and BA. RGB value is (185,242,186). Sum of RGB (Red+Green+Blue) = 185+242+186=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2BA is #460D45. Grayscale: #DADADA. Windows color (decimal): -4590918 or 12251833. OLE color: 12251833.
HSL color Cylindrical-coordinate representation of color #B9F2BA: hue angle of 121.05º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2BA is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 186 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.05 |
| HSL | 121.05º | 0.69% | 0.84% | - |
| HSV(B) | 121.05º | 0.24% | 0.95% | - |
| XYZ | 60.62 | 77.36 | 58.19 | - |
| YUV | 218.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 186 | 0.24 | 0 | 0.23 | 0.05 | 121.05 | 0.69 | 0.84 |
| Hex | B9 | F2 | BA | 18 | 0 | 17 | 5 | 79 | 45 | 54 |
| Octal | 271 | 362 | 272 | 30 | 0 | 27 | 5 | 171 | 105 | 124 |
| Binary | 10111001 | 11110010 | 10111010 | 11000 | 0 | 10111 | 101 | 1111001 | 1000101 | 1010100 |
Color Harmonies of #B9F2BA
Complementary color
Monochromatic Colors of #B9F2BA
Black with #B9F2BA
Text Example
Text Example
White with #B9F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2BA; }
p { color: rgb(185,242,186); }
H1.HeaderClassName
{
color: #B9F2BA;
}
.AnyTagClassName
{
color: #B9F2BA;
}
</style>
background-color css
<style>
a { background-color: #B9F2BA; }
a { background-color: rgb(185,242,186); }
div.DivClassName
{
background-color: #B9F2BA;
}
.BgClassName
{
background-color: #B9F2BA;
}
</style>
border-color css
<style>
span { border-color: #B9F2BA; }
span { border-color: rgb(185,242,186); }
td.TdClassName
{
border-color: #B9F2BA;
}
.TagClassName
{
border-color: #B9F2BA;
}
</style>