Shades of Fringy Flower #B5FFBA
Tints of Fringy Flower #B5FFBA
RGB
CMYK
RGB Variations
Color information
#B5FFBA (or 0xB5FFBA) is known color: Fringy Flower. HEX triplet: B5, FF and BA. RGB value is (181,255,186). Sum of RGB (Red+Green+Blue) = 181+255+186=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFBA is #4A0045. Grayscale: #E1E1E1. Windows color (decimal): -4849734 or 12255157. OLE color: 12255157.
HSL color Cylindrical-coordinate representation of color #B5FFBA: hue angle of 124.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFBA is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 186 | - |
| CMYK | 0.29 | 0 | 0.27 | 0 |
| HSL | 124.05º | 1% | 0.85% | - |
| HSV(B) | 124.05º | 0.29% | 1% | - |
| XYZ | 63.68 | 84.89 | 59.48 | - |
| YUV | 225.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 186 | 0.29 | 0 | 0.27 | 0 | 124.05 | 1 | 0.85 |
| Hex | B5 | FF | BA | 1D | 0 | 1B | 0 | 7C | 64 | 55 |
| Octal | 265 | 377 | 272 | 35 | 0 | 33 | 0 | 174 | 144 | 125 |
| Binary | 10110101 | 11111111 | 10111010 | 11101 | 0 | 11011 | 0 | 1111100 | 1100100 | 1010101 |
Color Harmonies of #B5FFBA
Complementary color
Monochromatic Colors of #B5FFBA
Black with #B5FFBA
Text Example
Text Example
White with #B5FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFBA; }
p { color: rgb(181,255,186); }
H1.HeaderClassName
{
color: #B5FFBA;
}
.AnyTagClassName
{
color: #B5FFBA;
}
</style>
background-color css
<style>
a { background-color: #B5FFBA; }
a { background-color: rgb(181,255,186); }
div.DivClassName
{
background-color: #B5FFBA;
}
.BgClassName
{
background-color: #B5FFBA;
}
</style>
border-color css
<style>
span { border-color: #B5FFBA; }
span { border-color: rgb(181,255,186); }
td.TdClassName
{
border-color: #B5FFBA;
}
.TagClassName
{
border-color: #B5FFBA;
}
</style>