Shades of Fringy Flower #BBF2BB
Tints of Fringy Flower #BBF2BB
RGB
CMYK
RGB Variations
Color information
#BBF2BB (or 0xBBF2BB) is known color: Fringy Flower. HEX triplet: BB, F2 and BB. RGB value is (187,242,187). Sum of RGB (Red+Green+Blue) = 187+242+187=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2BB is #440D44. Grayscale: #DBDBDB. Windows color (decimal): -4459845 or 12317371. OLE color: 12317371.
HSL color Cylindrical-coordinate representation of color #BBF2BB: hue angle of 120º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2BB is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 187 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.05 |
| HSL | 120º | 0.68% | 0.84% | - |
| HSV(B) | 120º | 0.23% | 0.95% | - |
| XYZ | 61.22 | 77.66 | 58.78 | - |
| YUV | 219.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 187 | 0.23 | 0 | 0.23 | 0.05 | 120 | 0.68 | 0.84 |
| Hex | BB | F2 | BB | 17 | 0 | 17 | 5 | 78 | 44 | 54 |
| Octal | 273 | 362 | 273 | 27 | 0 | 27 | 5 | 170 | 104 | 124 |
| Binary | 10111011 | 11110010 | 10111011 | 10111 | 0 | 10111 | 101 | 1111000 | 1000100 | 1010100 |
Color Harmonies of #BBF2BB
Complementary color
Monochromatic Colors of #BBF2BB
Black with #BBF2BB
Text Example
Text Example
White with #BBF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2BB; }
p { color: rgb(187,242,187); }
H1.HeaderClassName
{
color: #BBF2BB;
}
.AnyTagClassName
{
color: #BBF2BB;
}
</style>
background-color css
<style>
a { background-color: #BBF2BB; }
a { background-color: rgb(187,242,187); }
div.DivClassName
{
background-color: #BBF2BB;
}
.BgClassName
{
background-color: #BBF2BB;
}
</style>
border-color css
<style>
span { border-color: #BBF2BB; }
span { border-color: rgb(187,242,187); }
td.TdClassName
{
border-color: #BBF2BB;
}
.TagClassName
{
border-color: #BBF2BB;
}
</style>