Shades of Fringy Flower #B2FABB
Tints of Fringy Flower #B2FABB
RGB
CMYK
RGB Variations
Color information
#B2FABB (or 0xB2FABB) is known color: Fringy Flower. HEX triplet: B2, FA and BB. RGB value is (178,250,187). Sum of RGB (Red+Green+Blue) = 178+250+187=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FABB is #4D0544. Grayscale: #DDDDDD. Windows color (decimal): -5047621 or 12319410. OLE color: 12319410.
HSL color Cylindrical-coordinate representation of color #B2FABB: hue angle of 127.5º degrees, saturation: 0.88, 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 #B2FABB is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 187 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.02 |
| HSL | 127.5º | 0.88% | 0.84% | - |
| HSV(B) | 127.5º | 0.29% | 0.98% | - |
| XYZ | 61.52 | 81.42 | 59.49 | - |
| YUV | 221.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 187 | 0.29 | 0 | 0.25 | 0.02 | 127.5 | 0.88 | 0.84 |
| Hex | B2 | FA | BB | 1D | 0 | 19 | 2 | 80 | 58 | 54 |
| Octal | 262 | 372 | 273 | 35 | 0 | 31 | 2 | 200 | 130 | 124 |
| Binary | 10110010 | 11111010 | 10111011 | 11101 | 0 | 11001 | 10 | 10000000 | 1011000 | 1010100 |
Color Harmonies of #B2FABB
Complementary color
Monochromatic Colors of #B2FABB
Black with #B2FABB
Text Example
Text Example
White with #B2FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FABB; }
p { color: rgb(178,250,187); }
H1.HeaderClassName
{
color: #B2FABB;
}
.AnyTagClassName
{
color: #B2FABB;
}
</style>
background-color css
<style>
a { background-color: #B2FABB; }
a { background-color: rgb(178,250,187); }
div.DivClassName
{
background-color: #B2FABB;
}
.BgClassName
{
background-color: #B2FABB;
}
</style>
border-color css
<style>
span { border-color: #B2FABB; }
span { border-color: rgb(178,250,187); }
td.TdClassName
{
border-color: #B2FABB;
}
.TagClassName
{
border-color: #B2FABB;
}
</style>