Shades of Fringy Flower #B2F8C0
Tints of Fringy Flower #B2F8C0
RGB
CMYK
RGB Variations
Color information
#B2F8C0 (or 0xB2F8C0) is known color: Fringy Flower. HEX triplet: B2, F8 and C0. RGB value is (178,248,192). Sum of RGB (Red+Green+Blue) = 178+248+192=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8C0 is #4D073F. Grayscale: #DCDCDC. Windows color (decimal): -5048128 or 12646578. OLE color: 12646578.
HSL color Cylindrical-coordinate representation of color #B2F8C0: hue angle of 132º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8C0 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 192 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.03 |
| HSL | 132º | 0.83% | 0.84% | - |
| HSV(B) | 132º | 0.28% | 0.97% | - |
| XYZ | 61.44 | 80.41 | 62.15 | - |
| YUV | 220.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 192 | 0.28 | 0 | 0.23 | 0.03 | 132 | 0.83 | 0.84 |
| Hex | B2 | F8 | C0 | 1C | 0 | 17 | 3 | 84 | 53 | 54 |
| Octal | 262 | 370 | 300 | 34 | 0 | 27 | 3 | 204 | 123 | 124 |
| Binary | 10110010 | 11111000 | 11000000 | 11100 | 0 | 10111 | 11 | 10000100 | 1010011 | 1010100 |
Color Harmonies of #B2F8C0
Complementary color
Monochromatic Colors of #B2F8C0
Black with #B2F8C0
Text Example
Text Example
White with #B2F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F8C0; }
p { color: rgb(178,248,192); }
H1.HeaderClassName
{
color: #B2F8C0;
}
.AnyTagClassName
{
color: #B2F8C0;
}
</style>
background-color css
<style>
a { background-color: #B2F8C0; }
a { background-color: rgb(178,248,192); }
div.DivClassName
{
background-color: #B2F8C0;
}
.BgClassName
{
background-color: #B2F8C0;
}
</style>
border-color css
<style>
span { border-color: #B2F8C0; }
span { border-color: rgb(178,248,192); }
td.TdClassName
{
border-color: #B2F8C0;
}
.TagClassName
{
border-color: #B2F8C0;
}
</style>