Shades of Fringy Flower #B2FFBE
Tints of Fringy Flower #B2FFBE
RGB
CMYK
RGB Variations
Color information
#B2FFBE (or 0xB2FFBE) is known color: Fringy Flower. HEX triplet: B2, FF and BE. RGB value is (178,255,190). Sum of RGB (Red+Green+Blue) = 178+255+190=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFBE is #4D0041. Grayscale: #E0E0E0. Windows color (decimal): -5046338 or 12517298. OLE color: 12517298.
HSL color Cylindrical-coordinate representation of color #B2FFBE: hue angle of 129.35º 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 #B2FFBE is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 190 | - |
| CMYK | 0.30 | 0 | 0.25 | 0 |
| HSL | 129.35º | 1% | 0.85% | - |
| HSV(B) | 129.35º | 0.3% | 1% | - |
| XYZ | 63.41 | 84.7 | 61.72 | - |
| YUV | 224.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 190 | 0.30 | 0 | 0.25 | 0 | 129.35 | 1 | 0.85 |
| Hex | B2 | FF | BE | 1E | 0 | 19 | 0 | 81 | 64 | 55 |
| Octal | 262 | 377 | 276 | 36 | 0 | 31 | 0 | 201 | 144 | 125 |
| Binary | 10110010 | 11111111 | 10111110 | 11110 | 0 | 11001 | 0 | 10000001 | 1100100 | 1010101 |
Color Harmonies of #B2FFBE
Complementary color
Monochromatic Colors of #B2FFBE
Black with #B2FFBE
Text Example
Text Example
White with #B2FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFBE; }
p { color: rgb(178,255,190); }
H1.HeaderClassName
{
color: #B2FFBE;
}
.AnyTagClassName
{
color: #B2FFBE;
}
</style>
background-color css
<style>
a { background-color: #B2FFBE; }
a { background-color: rgb(178,255,190); }
div.DivClassName
{
background-color: #B2FFBE;
}
.BgClassName
{
background-color: #B2FFBE;
}
</style>
border-color css
<style>
span { border-color: #B2FFBE; }
span { border-color: rgb(178,255,190); }
td.TdClassName
{
border-color: #B2FFBE;
}
.TagClassName
{
border-color: #B2FFBE;
}
</style>