Shades of Fringy Flower #B2FEBD
Tints of Fringy Flower #B2FEBD
RGB
CMYK
RGB Variations
Color information
#B2FEBD (or 0xB2FEBD) is known color: Fringy Flower. HEX triplet: B2, FE and BD. RGB value is (178,254,189). Sum of RGB (Red+Green+Blue) = 178+254+189=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEBD is #4D0142. Grayscale: #E0E0E0. Windows color (decimal): -5046595 or 12451506. OLE color: 12451506.
HSL color Cylindrical-coordinate representation of color #B2FEBD: hue angle of 128.68º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEBD is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 189 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.00 |
| HSL | 128.68º | 0.97% | 0.85% | - |
| HSV(B) | 128.68º | 0.3% | 1% | - |
| XYZ | 62.99 | 84.02 | 61.04 | - |
| YUV | 223.87 | 108.32 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 189 | 0.30 | 0 | 0.26 | 0.00 | 128.68 | 0.97 | 0.85 |
| Hex | B2 | FE | BD | 1E | 0 | 1A | 0 | 81 | 61 | 55 |
| Octal | 262 | 376 | 275 | 36 | 0 | 32 | 0 | 201 | 141 | 125 |
| Binary | 10110010 | 11111110 | 10111101 | 11110 | 0 | 11010 | 0 | 10000001 | 1100001 | 1010101 |
Color Harmonies of #B2FEBD
Complementary color
Monochromatic Colors of #B2FEBD
Black with #B2FEBD
Text Example
Text Example
White with #B2FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEBD; }
p { color: rgb(178,254,189); }
H1.HeaderClassName
{
color: #B2FEBD;
}
.AnyTagClassName
{
color: #B2FEBD;
}
</style>
background-color css
<style>
a { background-color: #B2FEBD; }
a { background-color: rgb(178,254,189); }
div.DivClassName
{
background-color: #B2FEBD;
}
.BgClassName
{
background-color: #B2FEBD;
}
</style>
border-color css
<style>
span { border-color: #B2FEBD; }
span { border-color: rgb(178,254,189); }
td.TdClassName
{
border-color: #B2FEBD;
}
.TagClassName
{
border-color: #B2FEBD;
}
</style>