Shades of Fringy Flower #BBFABA
Tints of Fringy Flower #BBFABA
RGB
CMYK
RGB Variations
Color information
#BBFABA (or 0xBBFABA) is known color: Fringy Flower. HEX triplet: BB, FA and BA. RGB value is (187,250,186). Sum of RGB (Red+Green+Blue) = 187+250+186=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFABA is #440545. Grayscale: #E0E0E0. Windows color (decimal): -4457798 or 12253883. OLE color: 12253883.
HSL color Cylindrical-coordinate representation of color #BBFABA: hue angle of 119.06º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFABA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 186 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.02 |
| HSL | 119.06º | 0.86% | 0.85% | - |
| HSV(B) | 119.06º | 0.26% | 0.98% | - |
| XYZ | 63.54 | 82.48 | 59.03 | - |
| YUV | 223.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 186 | 0.25 | 0 | 0.26 | 0.02 | 119.06 | 0.86 | 0.85 |
| Hex | BB | FA | BA | 19 | 0 | 1A | 2 | 77 | 56 | 55 |
| Octal | 273 | 372 | 272 | 31 | 0 | 32 | 2 | 167 | 126 | 125 |
| Binary | 10111011 | 11111010 | 10111010 | 11001 | 0 | 11010 | 10 | 1110111 | 1010110 | 1010101 |
Color Harmonies of #BBFABA
Complementary color
Monochromatic Colors of #BBFABA
Black with #BBFABA
Text Example
Text Example
White with #BBFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFABA; }
p { color: rgb(187,250,186); }
H1.HeaderClassName
{
color: #BBFABA;
}
.AnyTagClassName
{
color: #BBFABA;
}
</style>
background-color css
<style>
a { background-color: #BBFABA; }
a { background-color: rgb(187,250,186); }
div.DivClassName
{
background-color: #BBFABA;
}
.BgClassName
{
background-color: #BBFABA;
}
</style>
border-color css
<style>
span { border-color: #BBFABA; }
span { border-color: rgb(187,250,186); }
td.TdClassName
{
border-color: #BBFABA;
}
.TagClassName
{
border-color: #BBFABA;
}
</style>