Shades of Fringy Flower #BBFFBD
Tints of Fringy Flower #BBFFBD
RGB
CMYK
RGB Variations
Color information
#BBFFBD (or 0xBBFFBD) is known color: Fringy Flower. HEX triplet: BB, FF and BD. RGB value is (187,255,189). Sum of RGB (Red+Green+Blue) = 187+255+189=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFBD is #440042. Grayscale: #E3E3E3. Windows color (decimal): -4456515 or 12451771. OLE color: 12451771.
HSL color Cylindrical-coordinate representation of color #BBFFBD: hue angle of 121.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFBD is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 189 | - |
| CMYK | 0.27 | 0 | 0.26 | 0 |
| HSL | 121.76º | 1% | 0.87% | - |
| HSV(B) | 121.76º | 0.27% | 1% | - |
| XYZ | 65.44 | 85.76 | 61.25 | - |
| YUV | 227.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 189 | 0.27 | 0 | 0.26 | 0 | 121.76 | 1 | 0.87 |
| Hex | BB | FF | BD | 1B | 0 | 1A | 0 | 7A | 64 | 57 |
| Octal | 273 | 377 | 275 | 33 | 0 | 32 | 0 | 172 | 144 | 127 |
| Binary | 10111011 | 11111111 | 10111101 | 11011 | 0 | 11010 | 0 | 1111010 | 1100100 | 1010111 |
Color Harmonies of #BBFFBD
Complementary color
Monochromatic Colors of #BBFFBD
Black with #BBFFBD
Text Example
Text Example
White with #BBFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFBD; }
p { color: rgb(187,255,189); }
H1.HeaderClassName
{
color: #BBFFBD;
}
.AnyTagClassName
{
color: #BBFFBD;
}
</style>
background-color css
<style>
a { background-color: #BBFFBD; }
a { background-color: rgb(187,255,189); }
div.DivClassName
{
background-color: #BBFFBD;
}
.BgClassName
{
background-color: #BBFFBD;
}
</style>
border-color css
<style>
span { border-color: #BBFFBD; }
span { border-color: rgb(187,255,189); }
td.TdClassName
{
border-color: #BBFFBD;
}
.TagClassName
{
border-color: #BBFFBD;
}
</style>