Shades of Fringy Flower #BBFBBA
Tints of Fringy Flower #BBFBBA
RGB
CMYK
RGB Variations
Color information
#BBFBBA (or 0xBBFBBA) is known color: Fringy Flower. HEX triplet: BB, FB and BA. RGB value is (187,251,186). Sum of RGB (Red+Green+Blue) = 187+251+186=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBBA is #440445. Grayscale: #E0E0E0. Windows color (decimal): -4457542 or 12254139. OLE color: 12254139.
HSL color Cylindrical-coordinate representation of color #BBFBBA: hue angle of 119.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFBBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 186 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.02 |
| HSL | 119.08º | 0.89% | 0.86% | - |
| HSV(B) | 119.08º | 0.26% | 0.98% | - |
| XYZ | 63.85 | 83.1 | 59.13 | - |
| YUV | 224.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 186 | 0.25 | 0 | 0.26 | 0.02 | 119.08 | 0.89 | 0.86 |
| Hex | BB | FB | BA | 19 | 0 | 1A | 2 | 77 | 59 | 56 |
| Octal | 273 | 373 | 272 | 31 | 0 | 32 | 2 | 167 | 131 | 126 |
| Binary | 10111011 | 11111011 | 10111010 | 11001 | 0 | 11010 | 10 | 1110111 | 1011001 | 1010110 |
Color Harmonies of #BBFBBA
Complementary color
Monochromatic Colors of #BBFBBA
Black with #BBFBBA
Text Example
Text Example
White with #BBFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBBA; }
p { color: rgb(187,251,186); }
H1.HeaderClassName
{
color: #BBFBBA;
}
.AnyTagClassName
{
color: #BBFBBA;
}
</style>
background-color css
<style>
a { background-color: #BBFBBA; }
a { background-color: rgb(187,251,186); }
div.DivClassName
{
background-color: #BBFBBA;
}
.BgClassName
{
background-color: #BBFBBA;
}
</style>
border-color css
<style>
span { border-color: #BBFBBA; }
span { border-color: rgb(187,251,186); }
td.TdClassName
{
border-color: #BBFBBA;
}
.TagClassName
{
border-color: #BBFBBA;
}
</style>