Shades of Fringy Flower #B5FFBB
Tints of Fringy Flower #B5FFBB
RGB
CMYK
RGB Variations
Color information
#B5FFBB (or 0xB5FFBB) is known color: Fringy Flower. HEX triplet: B5, FF and BB. RGB value is (181,255,187). Sum of RGB (Red+Green+Blue) = 181+255+187=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFBB is #4A0044. Grayscale: #E1E1E1. Windows color (decimal): -4849733 or 12320693. OLE color: 12320693.
HSL color Cylindrical-coordinate representation of color #B5FFBB: hue angle of 124.86º 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 #B5FFBB is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 187 | - |
| CMYK | 0.29 | 0 | 0.27 | 0 |
| HSL | 124.86º | 1% | 0.85% | - |
| HSV(B) | 124.86º | 0.29% | 1% | - |
| XYZ | 63.79 | 84.93 | 60.05 | - |
| YUV | 225.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 187 | 0.29 | 0 | 0.27 | 0 | 124.86 | 1 | 0.85 |
| Hex | B5 | FF | BB | 1D | 0 | 1B | 0 | 7D | 64 | 55 |
| Octal | 265 | 377 | 273 | 35 | 0 | 33 | 0 | 175 | 144 | 125 |
| Binary | 10110101 | 11111111 | 10111011 | 11101 | 0 | 11011 | 0 | 1111101 | 1100100 | 1010101 |
Color Harmonies of #B5FFBB
Complementary color
Monochromatic Colors of #B5FFBB
Black with #B5FFBB
Text Example
Text Example
White with #B5FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFBB; }
p { color: rgb(181,255,187); }
H1.HeaderClassName
{
color: #B5FFBB;
}
.AnyTagClassName
{
color: #B5FFBB;
}
</style>
background-color css
<style>
a { background-color: #B5FFBB; }
a { background-color: rgb(181,255,187); }
div.DivClassName
{
background-color: #B5FFBB;
}
.BgClassName
{
background-color: #B5FFBB;
}
</style>
border-color css
<style>
span { border-color: #B5FFBB; }
span { border-color: rgb(181,255,187); }
td.TdClassName
{
border-color: #B5FFBB;
}
.TagClassName
{
border-color: #B5FFBB;
}
</style>