Shades of Fringy Flower #BBFFBC
Tints of Fringy Flower #BBFFBC
RGB
CMYK
RGB Variations
Color information
#BBFFBC (or 0xBBFFBC) is known color: Fringy Flower. HEX triplet: BB, FF and BC. RGB value is (187,255,188). Sum of RGB (Red+Green+Blue) = 187+255+188=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFBC is #440043. Grayscale: #E3E3E3. Windows color (decimal): -4456516 or 12386235. OLE color: 12386235.
HSL color Cylindrical-coordinate representation of color #BBFFBC: hue angle of 120.88º 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 #BBFFBC is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 188 | - |
| CMYK | 0.27 | 0 | 0.26 | 0 |
| HSL | 120.88º | 1% | 0.87% | - |
| HSV(B) | 120.88º | 0.27% | 1% | - |
| XYZ | 65.33 | 85.72 | 60.68 | - |
| YUV | 227.03 | 105.97 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 188 | 0.27 | 0 | 0.26 | 0 | 120.88 | 1 | 0.87 |
| Hex | BB | FF | BC | 1B | 0 | 1A | 0 | 79 | 64 | 57 |
| Octal | 273 | 377 | 274 | 33 | 0 | 32 | 0 | 171 | 144 | 127 |
| Binary | 10111011 | 11111111 | 10111100 | 11011 | 0 | 11010 | 0 | 1111001 | 1100100 | 1010111 |
Color Harmonies of #BBFFBC
Complementary color
Monochromatic Colors of #BBFFBC
Black with #BBFFBC
Text Example
Text Example
White with #BBFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFBC; }
p { color: rgb(187,255,188); }
H1.HeaderClassName
{
color: #BBFFBC;
}
.AnyTagClassName
{
color: #BBFFBC;
}
</style>
background-color css
<style>
a { background-color: #BBFFBC; }
a { background-color: rgb(187,255,188); }
div.DivClassName
{
background-color: #BBFFBC;
}
.BgClassName
{
background-color: #BBFFBC;
}
</style>
border-color css
<style>
span { border-color: #BBFFBC; }
span { border-color: rgb(187,255,188); }
td.TdClassName
{
border-color: #BBFFBC;
}
.TagClassName
{
border-color: #BBFFBC;
}
</style>