Shades of Fringy Flower #B4E9B9
Tints of Fringy Flower #B4E9B9
RGB
CMYK
RGB Variations
Color information
#B4E9B9 (or 0xB4E9B9) is known color: Fringy Flower. HEX triplet: B4, E9 and B9. RGB value is (180,233,185). Sum of RGB (Red+Green+Blue) = 180+233+185=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9B9 is #4B1646. Grayscale: #D3D3D3. Windows color (decimal): -4920903 or 12183988. OLE color: 12183988.
HSL color Cylindrical-coordinate representation of color #B4E9B9: hue angle of 125.66º 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 #B4E9B9 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 185 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.09 |
| HSL | 125.66º | 0.55% | 0.81% | - |
| HSV(B) | 125.66º | 0.23% | 0.91% | - |
| XYZ | 56.72 | 71.48 | 56.71 | - |
| YUV | 211.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 185 | 0.23 | 0 | 0.21 | 0.09 | 125.66 | 0.55 | 0.81 |
| Hex | B4 | E9 | B9 | 17 | 0 | 15 | 9 | 7E | 37 | 51 |
| Octal | 264 | 351 | 271 | 27 | 0 | 25 | 11 | 176 | 67 | 121 |
| Binary | 10110100 | 11101001 | 10111001 | 10111 | 0 | 10101 | 1001 | 1111110 | 110111 | 1010001 |
Color Harmonies of #B4E9B9
Complementary color
Monochromatic Colors of #B4E9B9
Black with #B4E9B9
Text Example
Text Example
White with #B4E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9B9; }
p { color: rgb(180,233,185); }
H1.HeaderClassName
{
color: #B4E9B9;
}
.AnyTagClassName
{
color: #B4E9B9;
}
</style>
background-color css
<style>
a { background-color: #B4E9B9; }
a { background-color: rgb(180,233,185); }
div.DivClassName
{
background-color: #B4E9B9;
}
.BgClassName
{
background-color: #B4E9B9;
}
</style>
border-color css
<style>
span { border-color: #B4E9B9; }
span { border-color: rgb(180,233,185); }
td.TdClassName
{
border-color: #B4E9B9;
}
.TagClassName
{
border-color: #B4E9B9;
}
</style>