Shades of Fringy Flower #B8FFBA
Tints of Fringy Flower #B8FFBA
RGB
CMYK
RGB Variations
Color information
#B8FFBA (or 0xB8FFBA) is known color: Fringy Flower. HEX triplet: B8, FF and BA. RGB value is (184,255,186). Sum of RGB (Red+Green+Blue) = 184+255+186=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFBA is #470045. Grayscale: #E2E2E2. Windows color (decimal): -4653126 or 12255160. OLE color: 12255160.
HSL color Cylindrical-coordinate representation of color #B8FFBA: hue angle of 121.69º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFBA is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 186 | - |
| CMYK | 0.28 | 0 | 0.27 | 0 |
| HSL | 121.69º | 1% | 0.86% | - |
| HSV(B) | 121.69º | 0.28% | 1% | - |
| XYZ | 64.39 | 85.26 | 59.52 | - |
| YUV | 225.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 186 | 0.28 | 0 | 0.27 | 0 | 121.69 | 1 | 0.86 |
| Hex | B8 | FF | BA | 1C | 0 | 1B | 0 | 7A | 64 | 56 |
| Octal | 270 | 377 | 272 | 34 | 0 | 33 | 0 | 172 | 144 | 126 |
| Binary | 10111000 | 11111111 | 10111010 | 11100 | 0 | 11011 | 0 | 1111010 | 1100100 | 1010110 |
Color Harmonies of #B8FFBA
Complementary color
Monochromatic Colors of #B8FFBA
Black with #B8FFBA
Text Example
Text Example
White with #B8FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFBA; }
p { color: rgb(184,255,186); }
H1.HeaderClassName
{
color: #B8FFBA;
}
.AnyTagClassName
{
color: #B8FFBA;
}
</style>
background-color css
<style>
a { background-color: #B8FFBA; }
a { background-color: rgb(184,255,186); }
div.DivClassName
{
background-color: #B8FFBA;
}
.BgClassName
{
background-color: #B8FFBA;
}
</style>
border-color css
<style>
span { border-color: #B8FFBA; }
span { border-color: rgb(184,255,186); }
td.TdClassName
{
border-color: #B8FFBA;
}
.TagClassName
{
border-color: #B8FFBA;
}
</style>