Shades of Fringy Flower #B2FFBC
Tints of Fringy Flower #B2FFBC
RGB
CMYK
RGB Variations
Color information
#B2FFBC (or 0xB2FFBC) is known color: Fringy Flower. HEX triplet: B2, FF and BC. RGB value is (178,255,188). Sum of RGB (Red+Green+Blue) = 178+255+188=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFBC is #4D0043. Grayscale: #E0E0E0. Windows color (decimal): -5046340 or 12386226. OLE color: 12386226.
HSL color Cylindrical-coordinate representation of color #B2FFBC: hue angle of 127.79º 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 #B2FFBC is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 188 | - |
| CMYK | 0.30 | 0 | 0.26 | 0 |
| HSL | 127.79º | 1% | 0.85% | - |
| HSV(B) | 127.79º | 0.3% | 1% | - |
| XYZ | 63.2 | 84.62 | 60.58 | - |
| YUV | 224.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 188 | 0.30 | 0 | 0.26 | 0 | 127.79 | 1 | 0.85 |
| Hex | B2 | FF | BC | 1E | 0 | 1A | 0 | 80 | 64 | 55 |
| Octal | 262 | 377 | 274 | 36 | 0 | 32 | 0 | 200 | 144 | 125 |
| Binary | 10110010 | 11111111 | 10111100 | 11110 | 0 | 11010 | 0 | 10000000 | 1100100 | 1010101 |
Color Harmonies of #B2FFBC
Complementary color
Monochromatic Colors of #B2FFBC
Black with #B2FFBC
Text Example
Text Example
White with #B2FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFBC; }
p { color: rgb(178,255,188); }
H1.HeaderClassName
{
color: #B2FFBC;
}
.AnyTagClassName
{
color: #B2FFBC;
}
</style>
background-color css
<style>
a { background-color: #B2FFBC; }
a { background-color: rgb(178,255,188); }
div.DivClassName
{
background-color: #B2FFBC;
}
.BgClassName
{
background-color: #B2FFBC;
}
</style>
border-color css
<style>
span { border-color: #B2FFBC; }
span { border-color: rgb(178,255,188); }
td.TdClassName
{
border-color: #B2FFBC;
}
.TagClassName
{
border-color: #B2FFBC;
}
</style>