Shades of Fringy Flower #B4E9BA
Tints of Fringy Flower #B4E9BA
RGB
CMYK
RGB Variations
Color information
#B4E9BA (or 0xB4E9BA) is known color: Fringy Flower. HEX triplet: B4, E9 and BA. RGB value is (180,233,186). Sum of RGB (Red+Green+Blue) = 180+233+186=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9BA is #4B1645. Grayscale: #D3D3D3. Windows color (decimal): -4920902 or 12249524. OLE color: 12249524.
HSL color Cylindrical-coordinate representation of color #B4E9BA: hue angle of 126.79º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9BA is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 186 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.09 |
| HSL | 126.79º | 0.55% | 0.81% | - |
| HSV(B) | 126.79º | 0.23% | 0.91% | - |
| XYZ | 56.82 | 71.53 | 57.27 | - |
| YUV | 211.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 186 | 0.23 | 0 | 0.20 | 0.09 | 126.79 | 0.55 | 0.81 |
| Hex | B4 | E9 | BA | 17 | 0 | 14 | 9 | 7F | 37 | 51 |
| Octal | 264 | 351 | 272 | 27 | 0 | 24 | 11 | 177 | 67 | 121 |
| Binary | 10110100 | 11101001 | 10111010 | 10111 | 0 | 10100 | 1001 | 1111111 | 110111 | 1010001 |
Color Harmonies of #B4E9BA
Complementary color
Monochromatic Colors of #B4E9BA
Black with #B4E9BA
Text Example
Text Example
White with #B4E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9BA; }
p { color: rgb(180,233,186); }
H1.HeaderClassName
{
color: #B4E9BA;
}
.AnyTagClassName
{
color: #B4E9BA;
}
</style>
background-color css
<style>
a { background-color: #B4E9BA; }
a { background-color: rgb(180,233,186); }
div.DivClassName
{
background-color: #B4E9BA;
}
.BgClassName
{
background-color: #B4E9BA;
}
</style>
border-color css
<style>
span { border-color: #B4E9BA; }
span { border-color: rgb(180,233,186); }
td.TdClassName
{
border-color: #B4E9BA;
}
.TagClassName
{
border-color: #B4E9BA;
}
</style>