Shades of Fringy Flower #B5E0B8
Tints of Fringy Flower #B5E0B8
RGB
CMYK
RGB Variations
Color information
#B5E0B8 (or 0xB5E0B8) is known color: Fringy Flower. HEX triplet: B5, E0 and B8. RGB value is (181,224,184). Sum of RGB (Red+Green+Blue) = 181+224+184=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0B8 is #4A1F47. Grayscale: #CECECE. Windows color (decimal): -4857672 or 12116149. OLE color: 12116149.
HSL color Cylindrical-coordinate representation of color #B5E0B8: hue angle of 124.19º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0B8 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 184 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.12 |
| HSL | 124.19º | 0.41% | 0.79% | - |
| HSV(B) | 124.19º | 0.19% | 0.88% | - |
| XYZ | 54.36 | 66.6 | 55.34 | - |
| YUV | 206.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 184 | 0.19 | 0 | 0.18 | 0.12 | 124.19 | 0.41 | 0.79 |
| Hex | B5 | E0 | B8 | 13 | 0 | 12 | C | 7C | 29 | 4F |
| Octal | 265 | 340 | 270 | 23 | 0 | 22 | 14 | 174 | 51 | 117 |
| Binary | 10110101 | 11100000 | 10111000 | 10011 | 0 | 10010 | 1100 | 1111100 | 101001 | 1001111 |
Color Harmonies of #B5E0B8
Complementary color
Monochromatic Colors of #B5E0B8
Black with #B5E0B8
Text Example
Text Example
White with #B5E0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0B8; }
p { color: rgb(181,224,184); }
H1.HeaderClassName
{
color: #B5E0B8;
}
.AnyTagClassName
{
color: #B5E0B8;
}
</style>
background-color css
<style>
a { background-color: #B5E0B8; }
a { background-color: rgb(181,224,184); }
div.DivClassName
{
background-color: #B5E0B8;
}
.BgClassName
{
background-color: #B5E0B8;
}
</style>
border-color css
<style>
span { border-color: #B5E0B8; }
span { border-color: rgb(181,224,184); }
td.TdClassName
{
border-color: #B5E0B8;
}
.TagClassName
{
border-color: #B5E0B8;
}
</style>