Shades of Fringy Flower #BBFFBA
Tints of Fringy Flower #BBFFBA
RGB
CMYK
RGB Variations
Color information
#BBFFBA (or 0xBBFFBA) is known color: Fringy Flower. HEX triplet: BB, FF and BA. RGB value is (187,255,186). Sum of RGB (Red+Green+Blue) = 187+255+186=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFBA is #440045. Grayscale: #E3E3E3. Windows color (decimal): -4456518 or 12255163. OLE color: 12255163.
HSL color Cylindrical-coordinate representation of color #BBFFBA: hue angle of 119.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFBA is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 186 | - |
| CMYK | 0.27 | 0 | 0.27 | 0 |
| HSL | 119.13º | 1% | 0.86% | - |
| HSV(B) | 119.13º | 0.27% | 1% | - |
| XYZ | 65.12 | 85.63 | 59.55 | - |
| YUV | 226.8 | 104.97 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 186 | 0.27 | 0 | 0.27 | 0 | 119.13 | 1 | 0.86 |
| Hex | BB | FF | BA | 1B | 0 | 1B | 0 | 77 | 64 | 56 |
| Octal | 273 | 377 | 272 | 33 | 0 | 33 | 0 | 167 | 144 | 126 |
| Binary | 10111011 | 11111111 | 10111010 | 11011 | 0 | 11011 | 0 | 1110111 | 1100100 | 1010110 |
Color Harmonies of #BBFFBA
Complementary color
Monochromatic Colors of #BBFFBA
Black with #BBFFBA
Text Example
Text Example
White with #BBFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFBA; }
p { color: rgb(187,255,186); }
H1.HeaderClassName
{
color: #BBFFBA;
}
.AnyTagClassName
{
color: #BBFFBA;
}
</style>
background-color css
<style>
a { background-color: #BBFFBA; }
a { background-color: rgb(187,255,186); }
div.DivClassName
{
background-color: #BBFFBA;
}
.BgClassName
{
background-color: #BBFFBA;
}
</style>
border-color css
<style>
span { border-color: #BBFFBA; }
span { border-color: rgb(187,255,186); }
td.TdClassName
{
border-color: #BBFFBA;
}
.TagClassName
{
border-color: #BBFFBA;
}
</style>