Shades of Fringy Flower #B4E3BA
Tints of Fringy Flower #B4E3BA
RGB
CMYK
RGB Variations
Color information
#B4E3BA (or 0xB4E3BA) is known color: Fringy Flower. HEX triplet: B4, E3 and BA. RGB value is (180,227,186). Sum of RGB (Red+Green+Blue) = 180+227+186=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E3BA is #4B1C45. Grayscale: #D0D0D0. Windows color (decimal): -4922438 or 12247988. OLE color: 12247988.
HSL color Cylindrical-coordinate representation of color #B4E3BA: hue angle of 127.66º degrees, saturation: 0.46, 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 #B4E3BA is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 227 | 186 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.11 |
| HSL | 127.66º | 0.46% | 0.8% | - |
| HSV(B) | 127.66º | 0.21% | 0.89% | - |
| XYZ | 55.15 | 68.19 | 56.71 | - |
| YUV | 208.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 227 | 186 | 0.21 | 0 | 0.18 | 0.11 | 127.66 | 0.46 | 0.8 |
| Hex | B4 | E3 | BA | 15 | 0 | 12 | B | 80 | 2E | 50 |
| Octal | 264 | 343 | 272 | 25 | 0 | 22 | 13 | 200 | 56 | 120 |
| Binary | 10110100 | 11100011 | 10111010 | 10101 | 0 | 10010 | 1011 | 10000000 | 101110 | 1010000 |
Color Harmonies of #B4E3BA
Complementary color
Monochromatic Colors of #B4E3BA
Black with #B4E3BA
Text Example
Text Example
White with #B4E3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E3BA; }
p { color: rgb(180,227,186); }
H1.HeaderClassName
{
color: #B4E3BA;
}
.AnyTagClassName
{
color: #B4E3BA;
}
</style>
background-color css
<style>
a { background-color: #B4E3BA; }
a { background-color: rgb(180,227,186); }
div.DivClassName
{
background-color: #B4E3BA;
}
.BgClassName
{
background-color: #B4E3BA;
}
</style>
border-color css
<style>
span { border-color: #B4E3BA; }
span { border-color: rgb(180,227,186); }
td.TdClassName
{
border-color: #B4E3BA;
}
.TagClassName
{
border-color: #B4E3BA;
}
</style>