Shades of Fringy Flower #B4F5BB
Tints of Fringy Flower #B4F5BB
RGB
CMYK
RGB Variations
Color information
#B4F5BB (or 0xB4F5BB) is known color: Fringy Flower. HEX triplet: B4, F5 and BB. RGB value is (180,245,187). Sum of RGB (Red+Green+Blue) = 180+245+187=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F5BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F5BB is #4B0A44. Grayscale: #DBDBDB. Windows color (decimal): -4917829 or 12318132. OLE color: 12318132.
HSL color Cylindrical-coordinate representation of color #B4F5BB: hue angle of 126.46º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F5BB is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 245 | 187 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.04 |
| HSL | 126.46º | 0.76% | 0.83% | - |
| HSV(B) | 126.46º | 0.27% | 0.96% | - |
| XYZ | 60.44 | 78.6 | 59 | - |
| YUV | 218.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 245 | 187 | 0.27 | 0 | 0.24 | 0.04 | 126.46 | 0.76 | 0.83 |
| Hex | B4 | F5 | BB | 1B | 0 | 18 | 4 | 7E | 4C | 53 |
| Octal | 264 | 365 | 273 | 33 | 0 | 30 | 4 | 176 | 114 | 123 |
| Binary | 10110100 | 11110101 | 10111011 | 11011 | 0 | 11000 | 100 | 1111110 | 1001100 | 1010011 |
Color Harmonies of #B4F5BB
Complementary color
Monochromatic Colors of #B4F5BB
Black with #B4F5BB
Text Example
Text Example
White with #B4F5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F5BB; }
p { color: rgb(180,245,187); }
H1.HeaderClassName
{
color: #B4F5BB;
}
.AnyTagClassName
{
color: #B4F5BB;
}
</style>
background-color css
<style>
a { background-color: #B4F5BB; }
a { background-color: rgb(180,245,187); }
div.DivClassName
{
background-color: #B4F5BB;
}
.BgClassName
{
background-color: #B4F5BB;
}
</style>
border-color css
<style>
span { border-color: #B4F5BB; }
span { border-color: rgb(180,245,187); }
td.TdClassName
{
border-color: #B4F5BB;
}
.TagClassName
{
border-color: #B4F5BB;
}
</style>