Shades of Fringy Flower #B5E8B8
Tints of Fringy Flower #B5E8B8
RGB
CMYK
RGB Variations
Color information
#B5E8B8 (or 0xB5E8B8) is known color: Fringy Flower. HEX triplet: B5, E8 and B8. RGB value is (181,232,184). Sum of RGB (Red+Green+Blue) = 181+232+184=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8B8 is #4A1747. Grayscale: #D3D3D3. Windows color (decimal): -4855624 or 12118197. OLE color: 12118197.
HSL color Cylindrical-coordinate representation of color #B5E8B8: hue angle of 123.53º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E8B8 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 184 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.09 |
| HSL | 123.53º | 0.53% | 0.81% | - |
| HSV(B) | 123.53º | 0.22% | 0.91% | - |
| XYZ | 56.56 | 71 | 56.07 | - |
| YUV | 211.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 184 | 0.22 | 0 | 0.21 | 0.09 | 123.53 | 0.53 | 0.81 |
| Hex | B5 | E8 | B8 | 16 | 0 | 15 | 9 | 7C | 35 | 51 |
| Octal | 265 | 350 | 270 | 26 | 0 | 25 | 11 | 174 | 65 | 121 |
| Binary | 10110101 | 11101000 | 10111000 | 10110 | 0 | 10101 | 1001 | 1111100 | 110101 | 1010001 |
Color Harmonies of #B5E8B8
Complementary color
Monochromatic Colors of #B5E8B8
Black with #B5E8B8
Text Example
Text Example
White with #B5E8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8B8; }
p { color: rgb(181,232,184); }
H1.HeaderClassName
{
color: #B5E8B8;
}
.AnyTagClassName
{
color: #B5E8B8;
}
</style>
background-color css
<style>
a { background-color: #B5E8B8; }
a { background-color: rgb(181,232,184); }
div.DivClassName
{
background-color: #B5E8B8;
}
.BgClassName
{
background-color: #B5E8B8;
}
</style>
border-color css
<style>
span { border-color: #B5E8B8; }
span { border-color: rgb(181,232,184); }
td.TdClassName
{
border-color: #B5E8B8;
}
.TagClassName
{
border-color: #B5E8B8;
}
</style>