Shades of Fringy Flower #B4EABB
Tints of Fringy Flower #B4EABB
RGB
CMYK
RGB Variations
Color information
#B4EABB (or 0xB4EABB) is known color: Fringy Flower. HEX triplet: B4, EA and BB. RGB value is (180,234,187). Sum of RGB (Red+Green+Blue) = 180+234+187=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EABB is #4B1544. Grayscale: #D4D4D4. Windows color (decimal): -4920645 or 12315316. OLE color: 12315316.
HSL color Cylindrical-coordinate representation of color #B4EABB: hue angle of 127.78º 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 #B4EABB is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 187 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.08 |
| HSL | 127.78º | 0.56% | 0.81% | - |
| HSV(B) | 127.78º | 0.23% | 0.92% | - |
| XYZ | 57.21 | 72.14 | 57.92 | - |
| YUV | 212.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 187 | 0.23 | 0 | 0.20 | 0.08 | 127.78 | 0.56 | 0.81 |
| Hex | B4 | EA | BB | 17 | 0 | 14 | 8 | 80 | 38 | 51 |
| Octal | 264 | 352 | 273 | 27 | 0 | 24 | 10 | 200 | 70 | 121 |
| Binary | 10110100 | 11101010 | 10111011 | 10111 | 0 | 10100 | 1000 | 10000000 | 111000 | 1010001 |
Color Harmonies of #B4EABB
Complementary color
Monochromatic Colors of #B4EABB
Black with #B4EABB
Text Example
Text Example
White with #B4EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EABB; }
p { color: rgb(180,234,187); }
H1.HeaderClassName
{
color: #B4EABB;
}
.AnyTagClassName
{
color: #B4EABB;
}
</style>
background-color css
<style>
a { background-color: #B4EABB; }
a { background-color: rgb(180,234,187); }
div.DivClassName
{
background-color: #B4EABB;
}
.BgClassName
{
background-color: #B4EABB;
}
</style>
border-color css
<style>
span { border-color: #B4EABB; }
span { border-color: rgb(180,234,187); }
td.TdClassName
{
border-color: #B4EABB;
}
.TagClassName
{
border-color: #B4EABB;
}
</style>