Shades of Fringy Flower #B4EABE
Tints of Fringy Flower #B4EABE
RGB
CMYK
RGB Variations
Color information
#B4EABE (or 0xB4EABE) is known color: Fringy Flower. HEX triplet: B4, EA and BE. RGB value is (180,234,190). Sum of RGB (Red+Green+Blue) = 180+234+190=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EABE is #4B1541. Grayscale: #D4D4D4. Windows color (decimal): -4920642 or 12511924. OLE color: 12511924.
HSL color Cylindrical-coordinate representation of color #B4EABE: hue angle of 131.11º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EABE is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 190 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.08 |
| HSL | 131.11º | 0.56% | 0.81% | - |
| HSV(B) | 131.11º | 0.23% | 0.92% | - |
| XYZ | 57.54 | 72.27 | 59.63 | - |
| YUV | 212.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 190 | 0.23 | 0 | 0.19 | 0.08 | 131.11 | 0.56 | 0.81 |
| Hex | B4 | EA | BE | 17 | 0 | 13 | 8 | 83 | 38 | 51 |
| Octal | 264 | 352 | 276 | 27 | 0 | 23 | 10 | 203 | 70 | 121 |
| Binary | 10110100 | 11101010 | 10111110 | 10111 | 0 | 10011 | 1000 | 10000011 | 111000 | 1010001 |
Color Harmonies of #B4EABE
Complementary color
Monochromatic Colors of #B4EABE
Black with #B4EABE
Text Example
Text Example
White with #B4EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EABE; }
p { color: rgb(180,234,190); }
H1.HeaderClassName
{
color: #B4EABE;
}
.AnyTagClassName
{
color: #B4EABE;
}
</style>
background-color css
<style>
a { background-color: #B4EABE; }
a { background-color: rgb(180,234,190); }
div.DivClassName
{
background-color: #B4EABE;
}
.BgClassName
{
background-color: #B4EABE;
}
</style>
border-color css
<style>
span { border-color: #B4EABE; }
span { border-color: rgb(180,234,190); }
td.TdClassName
{
border-color: #B4EABE;
}
.TagClassName
{
border-color: #B4EABE;
}
</style>