Shades of Fringy Flower #B0FEC2
Tints of Fringy Flower #B0FEC2
RGB
CMYK
RGB Variations
Color information
#B0FEC2 (or 0xB0FEC2) is known color: Fringy Flower. HEX triplet: B0, FE and C2. RGB value is (176,254,194). Sum of RGB (Red+Green+Blue) = 176+254+194=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC2 is #4F013D. Grayscale: #DFDFDF. Windows color (decimal): -5177662 or 12779184. OLE color: 12779184.
HSL color Cylindrical-coordinate representation of color #B0FEC2: hue angle of 133.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEC2 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 194 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.00 |
| HSL | 133.85º | 0.98% | 0.84% | - |
| HSV(B) | 133.85º | 0.31% | 1% | - |
| XYZ | 63.08 | 84.01 | 63.93 | - |
| YUV | 223.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 194 | 0.31 | 0 | 0.24 | 0.00 | 133.85 | 0.98 | 0.84 |
| Hex | B0 | FE | C2 | 1F | 0 | 18 | 0 | 86 | 62 | 54 |
| Octal | 260 | 376 | 302 | 37 | 0 | 30 | 0 | 206 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11000010 | 11111 | 0 | 11000 | 0 | 10000110 | 1100010 | 1010100 |
Color Harmonies of #B0FEC2
Complementary color
Monochromatic Colors of #B0FEC2
Black with #B0FEC2
Text Example
Text Example
White with #B0FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEC2; }
p { color: rgb(176,254,194); }
H1.HeaderClassName
{
color: #B0FEC2;
}
.AnyTagClassName
{
color: #B0FEC2;
}
</style>
background-color css
<style>
a { background-color: #B0FEC2; }
a { background-color: rgb(176,254,194); }
div.DivClassName
{
background-color: #B0FEC2;
}
.BgClassName
{
background-color: #B0FEC2;
}
</style>
border-color css
<style>
span { border-color: #B0FEC2; }
span { border-color: rgb(176,254,194); }
td.TdClassName
{
border-color: #B0FEC2;
}
.TagClassName
{
border-color: #B0FEC2;
}
</style>