Shades of Fringy Flower #B2FFB9
Tints of Fringy Flower #B2FFB9
RGB
CMYK
RGB Variations
Color information
#B2FFB9 (or 0xB2FFB9) is known color: Fringy Flower. HEX triplet: B2, FF and B9. RGB value is (178,255,185). Sum of RGB (Red+Green+Blue) = 178+255+185=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFB9 is #4D0046. Grayscale: #E0E0E0. Windows color (decimal): -5046343 or 12189618. OLE color: 12189618.
HSL color Cylindrical-coordinate representation of color #B2FFB9: hue angle of 125.45º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFB9 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 185 | - |
| CMYK | 0.30 | 0 | 0.27 | 0 |
| HSL | 125.45º | 1% | 0.85% | - |
| HSV(B) | 125.45º | 0.3% | 1% | - |
| XYZ | 62.88 | 84.49 | 58.89 | - |
| YUV | 224 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 185 | 0.30 | 0 | 0.27 | 0 | 125.45 | 1 | 0.85 |
| Hex | B2 | FF | B9 | 1E | 0 | 1B | 0 | 7D | 64 | 55 |
| Octal | 262 | 377 | 271 | 36 | 0 | 33 | 0 | 175 | 144 | 125 |
| Binary | 10110010 | 11111111 | 10111001 | 11110 | 0 | 11011 | 0 | 1111101 | 1100100 | 1010101 |
Color Harmonies of #B2FFB9
Complementary color
Monochromatic Colors of #B2FFB9
Black with #B2FFB9
Text Example
Text Example
White with #B2FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFB9; }
p { color: rgb(178,255,185); }
H1.HeaderClassName
{
color: #B2FFB9;
}
.AnyTagClassName
{
color: #B2FFB9;
}
</style>
background-color css
<style>
a { background-color: #B2FFB9; }
a { background-color: rgb(178,255,185); }
div.DivClassName
{
background-color: #B2FFB9;
}
.BgClassName
{
background-color: #B2FFB9;
}
</style>
border-color css
<style>
span { border-color: #B2FFB9; }
span { border-color: rgb(178,255,185); }
td.TdClassName
{
border-color: #B2FFB9;
}
.TagClassName
{
border-color: #B2FFB9;
}
</style>