Shades of Fringy Flower #B4E9BF
Tints of Fringy Flower #B4E9BF
RGB
CMYK
RGB Variations
Color information
#B4E9BF (or 0xB4E9BF) is known color: Fringy Flower. HEX triplet: B4, E9 and BF. RGB value is (180,233,191). Sum of RGB (Red+Green+Blue) = 180+233+191=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9BF is #4B1640. Grayscale: #D4D4D4. Windows color (decimal): -4920897 or 12577204. OLE color: 12577204.
HSL color Cylindrical-coordinate representation of color #B4E9BF: hue angle of 132.45º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9BF is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 191 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.09 |
| HSL | 132.45º | 0.55% | 0.81% | - |
| HSV(B) | 132.45º | 0.23% | 0.91% | - |
| XYZ | 57.37 | 71.74 | 60.11 | - |
| YUV | 212.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 191 | 0.23 | 0 | 0.18 | 0.09 | 132.45 | 0.55 | 0.81 |
| Hex | B4 | E9 | BF | 17 | 0 | 12 | 9 | 84 | 37 | 51 |
| Octal | 264 | 351 | 277 | 27 | 0 | 22 | 11 | 204 | 67 | 121 |
| Binary | 10110100 | 11101001 | 10111111 | 10111 | 0 | 10010 | 1001 | 10000100 | 110111 | 1010001 |
Color Harmonies of #B4E9BF
Complementary color
Monochromatic Colors of #B4E9BF
Black with #B4E9BF
Text Example
Text Example
White with #B4E9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9BF; }
p { color: rgb(180,233,191); }
H1.HeaderClassName
{
color: #B4E9BF;
}
.AnyTagClassName
{
color: #B4E9BF;
}
</style>
background-color css
<style>
a { background-color: #B4E9BF; }
a { background-color: rgb(180,233,191); }
div.DivClassName
{
background-color: #B4E9BF;
}
.BgClassName
{
background-color: #B4E9BF;
}
</style>
border-color css
<style>
span { border-color: #B4E9BF; }
span { border-color: rgb(180,233,191); }
td.TdClassName
{
border-color: #B4E9BF;
}
.TagClassName
{
border-color: #B4E9BF;
}
</style>