Shades of Fringy Flower #B2FCB9
Tints of Fringy Flower #B2FCB9
RGB
CMYK
RGB Variations
Color information
#B2FCB9 (or 0xB2FCB9) is known color: Fringy Flower. HEX triplet: B2, FC and B9. RGB value is (178,252,185). Sum of RGB (Red+Green+Blue) = 178+252+185=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCB9 is #4D0346. Grayscale: #DEDEDE. Windows color (decimal): -5047111 or 12188850. OLE color: 12188850.
HSL color Cylindrical-coordinate representation of color #B2FCB9: hue angle of 125.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCB9 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 178 | 252 | 185 | - |
CMYK | 0.29 | 0 | 0.27 | 0.01 |
HSL | 125.68º | 0.93% | 0.84% | - |
HSV(B) | 125.68º | 0.29% | 0.99% | - |
XYZ | 61.93 | 82.59 | 58.58 | - |
YUV | 222.24 | 106.98 | 96.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 252 | 185 | 0.29 | 0 | 0.27 | 0.01 | 125.68 | 0.93 | 0.84 |
Hex | B2 | FC | B9 | 1D | 0 | 1B | 1 | 7E | 5C | 54 |
Octal | 262 | 374 | 271 | 35 | 0 | 33 | 1 | 176 | 134 | 124 |
Binary | 10110010 | 11111100 | 10111001 | 11101 | 0 | 11011 | 1 | 1111110 | 1011100 | 1010100 |
Color Harmonies of #B2FCB9
Complementary color
Monochromatic Colors of #B2FCB9
Black with #B2FCB9
Text Example
Text Example
White with #B2FCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCB9; }
p { color: rgb(178,252,185); }
H1.HeaderClassName
{
color: #B2FCB9;
}
.AnyTagClassName
{
color: #B2FCB9;
}
</style>
background-color css
<style>
a { background-color: #B2FCB9; }
a { background-color: rgb(178,252,185); }
div.DivClassName
{
background-color: #B2FCB9;
}
.BgClassName
{
background-color: #B2FCB9;
}
</style>
border-color css
<style>
span { border-color: #B2FCB9; }
span { border-color: rgb(178,252,185); }
td.TdClassName
{
border-color: #B2FCB9;
}
.TagClassName
{
border-color: #B2FCB9;
}
</style>