Shades of Fringy Flower #B5E6BA
Tints of Fringy Flower #B5E6BA
RGB
CMYK
RGB Variations
Color information
#B5E6BA (or 0xB5E6BA) is known color: Fringy Flower. HEX triplet: B5, E6 and BA. RGB value is (181,230,186). Sum of RGB (Red+Green+Blue) = 181+230+186=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E6BA is #4A1945. Grayscale: #D2D2D2. Windows color (decimal): -4856134 or 12248757. OLE color: 12248757.
HSL color Cylindrical-coordinate representation of color #B5E6BA: hue angle of 126.12º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E6BA is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 186 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.10 |
| HSL | 126.12º | 0.49% | 0.81% | - |
| HSV(B) | 126.12º | 0.21% | 0.9% | - |
| XYZ | 56.22 | 69.96 | 57 | - |
| YUV | 210.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 186 | 0.21 | 0 | 0.19 | 0.10 | 126.12 | 0.49 | 0.81 |
| Hex | B5 | E6 | BA | 15 | 0 | 13 | A | 7E | 31 | 51 |
| Octal | 265 | 346 | 272 | 25 | 0 | 23 | 12 | 176 | 61 | 121 |
| Binary | 10110101 | 11100110 | 10111010 | 10101 | 0 | 10011 | 1010 | 1111110 | 110001 | 1010001 |
Color Harmonies of #B5E6BA
Complementary color
Monochromatic Colors of #B5E6BA
Black with #B5E6BA
Text Example
Text Example
White with #B5E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E6BA; }
p { color: rgb(181,230,186); }
H1.HeaderClassName
{
color: #B5E6BA;
}
.AnyTagClassName
{
color: #B5E6BA;
}
</style>
background-color css
<style>
a { background-color: #B5E6BA; }
a { background-color: rgb(181,230,186); }
div.DivClassName
{
background-color: #B5E6BA;
}
.BgClassName
{
background-color: #B5E6BA;
}
</style>
border-color css
<style>
span { border-color: #B5E6BA; }
span { border-color: rgb(181,230,186); }
td.TdClassName
{
border-color: #B5E6BA;
}
.TagClassName
{
border-color: #B5E6BA;
}
</style>