Shades of Fringy Flower #B2FBBC
Tints of Fringy Flower #B2FBBC
RGB
CMYK
RGB Variations
Color information
#B2FBBC (or 0xB2FBBC) is known color: Fringy Flower. HEX triplet: B2, FB and BC. RGB value is (178,251,188). Sum of RGB (Red+Green+Blue) = 178+251+188=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBBC is #4D0443. Grayscale: #DEDEDE. Windows color (decimal): -5047364 or 12385202. OLE color: 12385202.
HSL color Cylindrical-coordinate representation of color #B2FBBC: hue angle of 128.22º 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 #B2FBBC is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 188 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.02 |
| HSL | 128.22º | 0.9% | 0.84% | - |
| HSV(B) | 128.22º | 0.29% | 0.98% | - |
| XYZ | 61.93 | 82.09 | 60.16 | - |
| YUV | 221.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 188 | 0.29 | 0 | 0.25 | 0.02 | 128.22 | 0.9 | 0.84 |
| Hex | B2 | FB | BC | 1D | 0 | 19 | 2 | 80 | 5A | 54 |
| Octal | 262 | 373 | 274 | 35 | 0 | 31 | 2 | 200 | 132 | 124 |
| Binary | 10110010 | 11111011 | 10111100 | 11101 | 0 | 11001 | 10 | 10000000 | 1011010 | 1010100 |
Color Harmonies of #B2FBBC
Complementary color
Monochromatic Colors of #B2FBBC
Black with #B2FBBC
Text Example
Text Example
White with #B2FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBBC; }
p { color: rgb(178,251,188); }
H1.HeaderClassName
{
color: #B2FBBC;
}
.AnyTagClassName
{
color: #B2FBBC;
}
</style>
background-color css
<style>
a { background-color: #B2FBBC; }
a { background-color: rgb(178,251,188); }
div.DivClassName
{
background-color: #B2FBBC;
}
.BgClassName
{
background-color: #B2FBBC;
}
</style>
border-color css
<style>
span { border-color: #B2FBBC; }
span { border-color: rgb(178,251,188); }
td.TdClassName
{
border-color: #B2FBBC;
}
.TagClassName
{
border-color: #B2FBBC;
}
</style>