Shades of Fringy Flower #B2FFBD
Tints of Fringy Flower #B2FFBD
RGB
CMYK
RGB Variations
Color information
#B2FFBD (or 0xB2FFBD) is known color: Fringy Flower. HEX triplet: B2, FF and BD. RGB value is (178,255,189). Sum of RGB (Red+Green+Blue) = 178+255+189=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFBD is #4D0042. Grayscale: #E0E0E0. Windows color (decimal): -5046339 or 12451762. OLE color: 12451762.
HSL color Cylindrical-coordinate representation of color #B2FFBD: hue angle of 128.57º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFBD is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 189 | - |
| CMYK | 0.30 | 0 | 0.26 | 0 |
| HSL | 128.57º | 1% | 0.85% | - |
| HSV(B) | 128.57º | 0.3% | 1% | - |
| XYZ | 63.31 | 84.66 | 61.15 | - |
| YUV | 224.45 | 107.99 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 189 | 0.30 | 0 | 0.26 | 0 | 128.57 | 1 | 0.85 |
| Hex | B2 | FF | BD | 1E | 0 | 1A | 0 | 81 | 64 | 55 |
| Octal | 262 | 377 | 275 | 36 | 0 | 32 | 0 | 201 | 144 | 125 |
| Binary | 10110010 | 11111111 | 10111101 | 11110 | 0 | 11010 | 0 | 10000001 | 1100100 | 1010101 |
Color Harmonies of #B2FFBD
Complementary color
Monochromatic Colors of #B2FFBD
Black with #B2FFBD
Text Example
Text Example
White with #B2FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFBD; }
p { color: rgb(178,255,189); }
H1.HeaderClassName
{
color: #B2FFBD;
}
.AnyTagClassName
{
color: #B2FFBD;
}
</style>
background-color css
<style>
a { background-color: #B2FFBD; }
a { background-color: rgb(178,255,189); }
div.DivClassName
{
background-color: #B2FFBD;
}
.BgClassName
{
background-color: #B2FFBD;
}
</style>
border-color css
<style>
span { border-color: #B2FFBD; }
span { border-color: rgb(178,255,189); }
td.TdClassName
{
border-color: #B2FFBD;
}
.TagClassName
{
border-color: #B2FFBD;
}
</style>