Shades of Fringy Flower #BBFEBA
Tints of Fringy Flower #BBFEBA
RGB
CMYK
RGB Variations
Color information
#BBFEBA (or 0xBBFEBA) is known color: Fringy Flower. HEX triplet: BB, FE and BA. RGB value is (187,254,186). Sum of RGB (Red+Green+Blue) = 187+254+186=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEBA is #440145. Grayscale: #E2E2E2. Windows color (decimal): -4456774 or 12254907. OLE color: 12254907.
HSL color Cylindrical-coordinate representation of color #BBFEBA: hue angle of 119.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFEBA is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 186 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.00 |
| HSL | 119.12º | 0.97% | 0.86% | - |
| HSV(B) | 119.12º | 0.27% | 1% | - |
| XYZ | 64.8 | 84.99 | 59.44 | - |
| YUV | 226.22 | 105.3 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 186 | 0.26 | 0 | 0.27 | 0.00 | 119.12 | 0.97 | 0.86 |
| Hex | BB | FE | BA | 1A | 0 | 1B | 0 | 77 | 61 | 56 |
| Octal | 273 | 376 | 272 | 32 | 0 | 33 | 0 | 167 | 141 | 126 |
| Binary | 10111011 | 11111110 | 10111010 | 11010 | 0 | 11011 | 0 | 1110111 | 1100001 | 1010110 |
Color Harmonies of #BBFEBA
Complementary color
Monochromatic Colors of #BBFEBA
Black with #BBFEBA
Text Example
Text Example
White with #BBFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEBA; }
p { color: rgb(187,254,186); }
H1.HeaderClassName
{
color: #BBFEBA;
}
.AnyTagClassName
{
color: #BBFEBA;
}
</style>
background-color css
<style>
a { background-color: #BBFEBA; }
a { background-color: rgb(187,254,186); }
div.DivClassName
{
background-color: #BBFEBA;
}
.BgClassName
{
background-color: #BBFEBA;
}
</style>
border-color css
<style>
span { border-color: #BBFEBA; }
span { border-color: rgb(187,254,186); }
td.TdClassName
{
border-color: #BBFEBA;
}
.TagClassName
{
border-color: #BBFEBA;
}
</style>