Shades of Fringy Flower #B2FFBB
Tints of Fringy Flower #B2FFBB
RGB
CMYK
RGB Variations
Color information
#B2FFBB (or 0xB2FFBB) is known color: Fringy Flower. HEX triplet: B2, FF and BB. RGB value is (178,255,187). Sum of RGB (Red+Green+Blue) = 178+255+187=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFBB is #4D0044. Grayscale: #E0E0E0. Windows color (decimal): -5046341 or 12320690. OLE color: 12320690.
HSL color Cylindrical-coordinate representation of color #B2FFBB: hue angle of 127.01º 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 #B2FFBB is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 187 | - |
| CMYK | 0.30 | 0 | 0.27 | 0 |
| HSL | 127.01º | 1% | 0.85% | - |
| HSV(B) | 127.01º | 0.3% | 1% | - |
| XYZ | 63.09 | 84.57 | 60.01 | - |
| YUV | 224.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 187 | 0.30 | 0 | 0.27 | 0 | 127.01 | 1 | 0.85 |
| Hex | B2 | FF | BB | 1E | 0 | 1B | 0 | 7F | 64 | 55 |
| Octal | 262 | 377 | 273 | 36 | 0 | 33 | 0 | 177 | 144 | 125 |
| Binary | 10110010 | 11111111 | 10111011 | 11110 | 0 | 11011 | 0 | 1111111 | 1100100 | 1010101 |
Color Harmonies of #B2FFBB
Complementary color
Monochromatic Colors of #B2FFBB
Black with #B2FFBB
Text Example
Text Example
White with #B2FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFBB; }
p { color: rgb(178,255,187); }
H1.HeaderClassName
{
color: #B2FFBB;
}
.AnyTagClassName
{
color: #B2FFBB;
}
</style>
background-color css
<style>
a { background-color: #B2FFBB; }
a { background-color: rgb(178,255,187); }
div.DivClassName
{
background-color: #B2FFBB;
}
.BgClassName
{
background-color: #B2FFBB;
}
</style>
border-color css
<style>
span { border-color: #B2FFBB; }
span { border-color: rgb(178,255,187); }
td.TdClassName
{
border-color: #B2FFBB;
}
.TagClassName
{
border-color: #B2FFBB;
}
</style>