Shades of Fringy Flower #B2F7BD
Tints of Fringy Flower #B2F7BD
RGB
CMYK
RGB Variations
Color information
#B2F7BD (or 0xB2F7BD) is known color: Fringy Flower. HEX triplet: B2, F7 and BD. RGB value is (178,247,189). Sum of RGB (Red+Green+Blue) = 178+247+189=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F7BD is #4D0842. Grayscale: #DBDBDB. Windows color (decimal): -5048387 or 12449714. OLE color: 12449714.
HSL color Cylindrical-coordinate representation of color #B2F7BD: hue angle of 129.57º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F7BD is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 189 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.03 |
| HSL | 129.57º | 0.81% | 0.83% | - |
| HSV(B) | 129.57º | 0.28% | 0.97% | - |
| XYZ | 60.81 | 79.66 | 60.32 | - |
| YUV | 219.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 189 | 0.28 | 0 | 0.23 | 0.03 | 129.57 | 0.81 | 0.83 |
| Hex | B2 | F7 | BD | 1C | 0 | 17 | 3 | 82 | 51 | 53 |
| Octal | 262 | 367 | 275 | 34 | 0 | 27 | 3 | 202 | 121 | 123 |
| Binary | 10110010 | 11110111 | 10111101 | 11100 | 0 | 10111 | 11 | 10000010 | 1010001 | 1010011 |
Color Harmonies of #B2F7BD
Complementary color
Monochromatic Colors of #B2F7BD
Black with #B2F7BD
Text Example
Text Example
White with #B2F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F7BD; }
p { color: rgb(178,247,189); }
H1.HeaderClassName
{
color: #B2F7BD;
}
.AnyTagClassName
{
color: #B2F7BD;
}
</style>
background-color css
<style>
a { background-color: #B2F7BD; }
a { background-color: rgb(178,247,189); }
div.DivClassName
{
background-color: #B2F7BD;
}
.BgClassName
{
background-color: #B2F7BD;
}
</style>
border-color css
<style>
span { border-color: #B2F7BD; }
span { border-color: rgb(178,247,189); }
td.TdClassName
{
border-color: #B2F7BD;
}
.TagClassName
{
border-color: #B2F7BD;
}
</style>