Shades of Fringy Flower #B9F2BC
Tints of Fringy Flower #B9F2BC
RGB
CMYK
RGB Variations
Color information
#B9F2BC (or 0xB9F2BC) is known color: Fringy Flower. HEX triplet: B9, F2 and BC. RGB value is (185,242,188). Sum of RGB (Red+Green+Blue) = 185+242+188=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2BC is #460D43. Grayscale: #DADADA. Windows color (decimal): -4590916 or 12382905. OLE color: 12382905.
HSL color Cylindrical-coordinate representation of color #B9F2BC: hue angle of 123.16º 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 #B9F2BC is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 188 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.05 |
| HSL | 123.16º | 0.69% | 0.84% | - |
| HSV(B) | 123.16º | 0.24% | 0.95% | - |
| XYZ | 60.84 | 77.45 | 59.32 | - |
| YUV | 218.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 188 | 0.24 | 0 | 0.22 | 0.05 | 123.16 | 0.69 | 0.84 |
| Hex | B9 | F2 | BC | 18 | 0 | 16 | 5 | 7B | 45 | 54 |
| Octal | 271 | 362 | 274 | 30 | 0 | 26 | 5 | 173 | 105 | 124 |
| Binary | 10111001 | 11110010 | 10111100 | 11000 | 0 | 10110 | 101 | 1111011 | 1000101 | 1010100 |
Color Harmonies of #B9F2BC
Complementary color
Monochromatic Colors of #B9F2BC
Black with #B9F2BC
Text Example
Text Example
White with #B9F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2BC; }
p { color: rgb(185,242,188); }
H1.HeaderClassName
{
color: #B9F2BC;
}
.AnyTagClassName
{
color: #B9F2BC;
}
</style>
background-color css
<style>
a { background-color: #B9F2BC; }
a { background-color: rgb(185,242,188); }
div.DivClassName
{
background-color: #B9F2BC;
}
.BgClassName
{
background-color: #B9F2BC;
}
</style>
border-color css
<style>
span { border-color: #B9F2BC; }
span { border-color: rgb(185,242,188); }
td.TdClassName
{
border-color: #B9F2BC;
}
.TagClassName
{
border-color: #B9F2BC;
}
</style>