Shades of Fringy Flower #B9F5C2
Tints of Fringy Flower #B9F5C2
RGB
CMYK
RGB Variations
Color information
#B9F5C2 (or 0xB9F5C2) is known color: Fringy Flower. HEX triplet: B9, F5 and C2. RGB value is (185,245,194). Sum of RGB (Red+Green+Blue) = 185+245+194=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F5C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F5C2 is #460A3D. Grayscale: #DDDDDD. Windows color (decimal): -4590142 or 12776889. OLE color: 12776889.
HSL color Cylindrical-coordinate representation of color #B9F5C2: hue angle of 129º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F5C2 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 194 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.04 |
| HSL | 129º | 0.75% | 0.84% | - |
| HSV(B) | 129º | 0.24% | 0.96% | - |
| XYZ | 62.4 | 79.51 | 63.1 | - |
| YUV | 221.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 194 | 0.24 | 0 | 0.21 | 0.04 | 129 | 0.75 | 0.84 |
| Hex | B9 | F5 | C2 | 18 | 0 | 15 | 4 | 81 | 4B | 54 |
| Octal | 271 | 365 | 302 | 30 | 0 | 25 | 4 | 201 | 113 | 124 |
| Binary | 10111001 | 11110101 | 11000010 | 11000 | 0 | 10101 | 100 | 10000001 | 1001011 | 1010100 |
Color Harmonies of #B9F5C2
Complementary color
Monochromatic Colors of #B9F5C2
Black with #B9F5C2
Text Example
Text Example
White with #B9F5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F5C2; }
p { color: rgb(185,245,194); }
H1.HeaderClassName
{
color: #B9F5C2;
}
.AnyTagClassName
{
color: #B9F5C2;
}
</style>
background-color css
<style>
a { background-color: #B9F5C2; }
a { background-color: rgb(185,245,194); }
div.DivClassName
{
background-color: #B9F5C2;
}
.BgClassName
{
background-color: #B9F5C2;
}
</style>
border-color css
<style>
span { border-color: #B9F5C2; }
span { border-color: rgb(185,245,194); }
td.TdClassName
{
border-color: #B9F5C2;
}
.TagClassName
{
border-color: #B9F5C2;
}
</style>