Shades of Fringy Flower #BBF2BA
Tints of Fringy Flower #BBF2BA
RGB
CMYK
RGB Variations
Color information
#BBF2BA (or 0xBBF2BA) is known color: Fringy Flower. HEX triplet: BB, F2 and BA. RGB value is (187,242,186). Sum of RGB (Red+Green+Blue) = 187+242+186=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2BA is #440D45. Grayscale: #DBDBDB. Windows color (decimal): -4459846 or 12251835. OLE color: 12251835.
HSL color Cylindrical-coordinate representation of color #BBF2BA: hue angle of 118.93º 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 #BBF2BA is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 186 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.05 |
| HSL | 118.93º | 0.68% | 0.84% | - |
| HSV(B) | 118.93º | 0.23% | 0.95% | - |
| XYZ | 61.11 | 77.61 | 58.21 | - |
| YUV | 219.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 186 | 0.23 | 0 | 0.23 | 0.05 | 118.93 | 0.68 | 0.84 |
| Hex | BB | F2 | BA | 17 | 0 | 17 | 5 | 77 | 44 | 54 |
| Octal | 273 | 362 | 272 | 27 | 0 | 27 | 5 | 167 | 104 | 124 |
| Binary | 10111011 | 11110010 | 10111010 | 10111 | 0 | 10111 | 101 | 1110111 | 1000100 | 1010100 |
Color Harmonies of #BBF2BA
Complementary color
Monochromatic Colors of #BBF2BA
Black with #BBF2BA
Text Example
Text Example
White with #BBF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2BA; }
p { color: rgb(187,242,186); }
H1.HeaderClassName
{
color: #BBF2BA;
}
.AnyTagClassName
{
color: #BBF2BA;
}
</style>
background-color css
<style>
a { background-color: #BBF2BA; }
a { background-color: rgb(187,242,186); }
div.DivClassName
{
background-color: #BBF2BA;
}
.BgClassName
{
background-color: #BBF2BA;
}
</style>
border-color css
<style>
span { border-color: #BBF2BA; }
span { border-color: rgb(187,242,186); }
td.TdClassName
{
border-color: #BBF2BA;
}
.TagClassName
{
border-color: #BBF2BA;
}
</style>