Shades of Fringy Flower #B2FBC0
Tints of Fringy Flower #B2FBC0
RGB
CMYK
RGB Variations
Color information
#B2FBC0 (or 0xB2FBC0) is known color: Fringy Flower. HEX triplet: B2, FB and C0. RGB value is (178,251,192). Sum of RGB (Red+Green+Blue) = 178+251+192=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBC0 is #4D043F. Grayscale: #DEDEDE. Windows color (decimal): -5047360 or 12647346. OLE color: 12647346.
HSL color Cylindrical-coordinate representation of color #B2FBC0: hue angle of 131.51º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBC0 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 192 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.02 |
| HSL | 131.51º | 0.9% | 0.84% | - |
| HSV(B) | 131.51º | 0.29% | 0.98% | - |
| XYZ | 62.37 | 82.27 | 62.46 | - |
| YUV | 222.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 192 | 0.29 | 0 | 0.24 | 0.02 | 131.51 | 0.9 | 0.84 |
| Hex | B2 | FB | C0 | 1D | 0 | 18 | 2 | 84 | 5A | 54 |
| Octal | 262 | 373 | 300 | 35 | 0 | 30 | 2 | 204 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11000000 | 11101 | 0 | 11000 | 10 | 10000100 | 1011010 | 1010100 |
Color Harmonies of #B2FBC0
Complementary color
Monochromatic Colors of #B2FBC0
Black with #B2FBC0
Text Example
Text Example
White with #B2FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBC0; }
p { color: rgb(178,251,192); }
H1.HeaderClassName
{
color: #B2FBC0;
}
.AnyTagClassName
{
color: #B2FBC0;
}
</style>
background-color css
<style>
a { background-color: #B2FBC0; }
a { background-color: rgb(178,251,192); }
div.DivClassName
{
background-color: #B2FBC0;
}
.BgClassName
{
background-color: #B2FBC0;
}
</style>
border-color css
<style>
span { border-color: #B2FBC0; }
span { border-color: rgb(178,251,192); }
td.TdClassName
{
border-color: #B2FBC0;
}
.TagClassName
{
border-color: #B2FBC0;
}
</style>