Shades of Fringy Flower #B5E4B8
Tints of Fringy Flower #B5E4B8
RGB
CMYK
RGB Variations
Color information
#B5E4B8 (or 0xB5E4B8) is known color: Fringy Flower. HEX triplet: B5, E4 and B8. RGB value is (181,228,184). Sum of RGB (Red+Green+Blue) = 181+228+184=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E4B8 is #4A1B47. Grayscale: #D1D1D1. Windows color (decimal): -4856648 or 12117173. OLE color: 12117173.
HSL color Cylindrical-coordinate representation of color #B5E4B8: hue angle of 123.83º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E4B8 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 184 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.11 |
| HSL | 123.83º | 0.47% | 0.8% | - |
| HSV(B) | 123.83º | 0.21% | 0.89% | - |
| XYZ | 55.45 | 68.77 | 55.7 | - |
| YUV | 208.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 184 | 0.21 | 0 | 0.19 | 0.11 | 123.83 | 0.47 | 0.8 |
| Hex | B5 | E4 | B8 | 15 | 0 | 13 | B | 7C | 2F | 50 |
| Octal | 265 | 344 | 270 | 25 | 0 | 23 | 13 | 174 | 57 | 120 |
| Binary | 10110101 | 11100100 | 10111000 | 10101 | 0 | 10011 | 1011 | 1111100 | 101111 | 1010000 |
Color Harmonies of #B5E4B8
Complementary color
Monochromatic Colors of #B5E4B8
Black with #B5E4B8
Text Example
Text Example
White with #B5E4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E4B8; }
p { color: rgb(181,228,184); }
H1.HeaderClassName
{
color: #B5E4B8;
}
.AnyTagClassName
{
color: #B5E4B8;
}
</style>
background-color css
<style>
a { background-color: #B5E4B8; }
a { background-color: rgb(181,228,184); }
div.DivClassName
{
background-color: #B5E4B8;
}
.BgClassName
{
background-color: #B5E4B8;
}
</style>
border-color css
<style>
span { border-color: #B5E4B8; }
span { border-color: rgb(181,228,184); }
td.TdClassName
{
border-color: #B5E4B8;
}
.TagClassName
{
border-color: #B5E4B8;
}
</style>