Shades of Fringy Flower #B5E8BA
Tints of Fringy Flower #B5E8BA
RGB
CMYK
RGB Variations
Color information
#B5E8BA (or 0xB5E8BA) is known color: Fringy Flower. HEX triplet: B5, E8 and BA. RGB value is (181,232,186). Sum of RGB (Red+Green+Blue) = 181+232+186=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8BA is #4A1745. Grayscale: #D3D3D3. Windows color (decimal): -4855622 or 12249269. OLE color: 12249269.
HSL color Cylindrical-coordinate representation of color #B5E8BA: hue angle of 125.88º 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 #B5E8BA is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 232 | 186 | - |
CMYK | 0.22 | 0 | 0.20 | 0.09 |
HSL | 125.88º | 0.53% | 0.81% | - |
HSV(B) | 125.88º | 0.22% | 0.91% | - |
XYZ | 56.78 | 71.08 | 57.18 | - |
YUV | 211.51 | 113.6 | 106.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 232 | 186 | 0.22 | 0 | 0.20 | 0.09 | 125.88 | 0.53 | 0.81 |
Hex | B5 | E8 | BA | 16 | 0 | 14 | 9 | 7E | 35 | 51 |
Octal | 265 | 350 | 272 | 26 | 0 | 24 | 11 | 176 | 65 | 121 |
Binary | 10110101 | 11101000 | 10111010 | 10110 | 0 | 10100 | 1001 | 1111110 | 110101 | 1010001 |
Color Harmonies of #B5E8BA
Complementary color
Monochromatic Colors of #B5E8BA
Black with #B5E8BA
Text Example
Text Example
White with #B5E8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8BA; }
p { color: rgb(181,232,186); }
H1.HeaderClassName
{
color: #B5E8BA;
}
.AnyTagClassName
{
color: #B5E8BA;
}
</style>
background-color css
<style>
a { background-color: #B5E8BA; }
a { background-color: rgb(181,232,186); }
div.DivClassName
{
background-color: #B5E8BA;
}
.BgClassName
{
background-color: #B5E8BA;
}
</style>
border-color css
<style>
span { border-color: #B5E8BA; }
span { border-color: rgb(181,232,186); }
td.TdClassName
{
border-color: #B5E8BA;
}
.TagClassName
{
border-color: #B5E8BA;
}
</style>