Shades of Fringy Flower #B4F4BB
Tints of Fringy Flower #B4F4BB
RGB
CMYK
RGB Variations
Color information
#B4F4BB (or 0xB4F4BB) is known color: Fringy Flower. HEX triplet: B4, F4 and BB. RGB value is (180,244,187). Sum of RGB (Red+Green+Blue) = 180+244+187=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F4BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F4BB is #4B0B44. Grayscale: #DADADA. Windows color (decimal): -4918085 or 12317876. OLE color: 12317876.
HSL color Cylindrical-coordinate representation of color #B4F4BB: hue angle of 126.56º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F4BB is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 244 | 187 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.04 |
| HSL | 126.56º | 0.74% | 0.83% | - |
| HSV(B) | 126.56º | 0.26% | 0.96% | - |
| XYZ | 60.14 | 77.99 | 58.9 | - |
| YUV | 218.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 244 | 187 | 0.26 | 0 | 0.23 | 0.04 | 126.56 | 0.74 | 0.83 |
| Hex | B4 | F4 | BB | 1A | 0 | 17 | 4 | 7F | 4A | 53 |
| Octal | 264 | 364 | 273 | 32 | 0 | 27 | 4 | 177 | 112 | 123 |
| Binary | 10110100 | 11110100 | 10111011 | 11010 | 0 | 10111 | 100 | 1111111 | 1001010 | 1010011 |
Color Harmonies of #B4F4BB
Complementary color
Monochromatic Colors of #B4F4BB
Black with #B4F4BB
Text Example
Text Example
White with #B4F4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F4BB; }
p { color: rgb(180,244,187); }
H1.HeaderClassName
{
color: #B4F4BB;
}
.AnyTagClassName
{
color: #B4F4BB;
}
</style>
background-color css
<style>
a { background-color: #B4F4BB; }
a { background-color: rgb(180,244,187); }
div.DivClassName
{
background-color: #B4F4BB;
}
.BgClassName
{
background-color: #B4F4BB;
}
</style>
border-color css
<style>
span { border-color: #B4F4BB; }
span { border-color: rgb(180,244,187); }
td.TdClassName
{
border-color: #B4F4BB;
}
.TagClassName
{
border-color: #B4F4BB;
}
</style>