Shades of Fringy Flower #B4E2B7
Tints of Fringy Flower #B4E2B7
RGB
CMYK
RGB Variations
Color information
#B4E2B7 (or 0xB4E2B7) is known color: Fringy Flower. HEX triplet: B4, E2 and B7. RGB value is (180,226,183). Sum of RGB (Red+Green+Blue) = 180+226+183=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E2B7 is #4B1D48. Grayscale: #CFCFCF. Windows color (decimal): -4922697 or 12051124. OLE color: 12051124.
HSL color Cylindrical-coordinate representation of color #B4E2B7: hue angle of 123.91º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E2B7 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 183 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.11 |
| HSL | 123.91º | 0.44% | 0.8% | - |
| HSV(B) | 123.91º | 0.2% | 0.89% | - |
| XYZ | 54.57 | 67.51 | 54.96 | - |
| YUV | 207.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 183 | 0.20 | 0 | 0.19 | 0.11 | 123.91 | 0.44 | 0.8 |
| Hex | B4 | E2 | B7 | 14 | 0 | 13 | B | 7C | 2C | 50 |
| Octal | 264 | 342 | 267 | 24 | 0 | 23 | 13 | 174 | 54 | 120 |
| Binary | 10110100 | 11100010 | 10110111 | 10100 | 0 | 10011 | 1011 | 1111100 | 101100 | 1010000 |
Color Harmonies of #B4E2B7
Complementary color
Monochromatic Colors of #B4E2B7
Black with #B4E2B7
Text Example
Text Example
White with #B4E2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E2B7; }
p { color: rgb(180,226,183); }
H1.HeaderClassName
{
color: #B4E2B7;
}
.AnyTagClassName
{
color: #B4E2B7;
}
</style>
background-color css
<style>
a { background-color: #B4E2B7; }
a { background-color: rgb(180,226,183); }
div.DivClassName
{
background-color: #B4E2B7;
}
.BgClassName
{
background-color: #B4E2B7;
}
</style>
border-color css
<style>
span { border-color: #B4E2B7; }
span { border-color: rgb(180,226,183); }
td.TdClassName
{
border-color: #B4E2B7;
}
.TagClassName
{
border-color: #B4E2B7;
}
</style>