Shades of Fringy Flower #BBF2BE
Tints of Fringy Flower #BBF2BE
RGB
CMYK
RGB Variations
Color information
#BBF2BE (or 0xBBF2BE) is known color: Fringy Flower. HEX triplet: BB, F2 and BE. RGB value is (187,242,190). Sum of RGB (Red+Green+Blue) = 187+242+190=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2BE is #440D41. Grayscale: #DBDBDB. Windows color (decimal): -4459842 or 12513979. OLE color: 12513979.
HSL color Cylindrical-coordinate representation of color #BBF2BE: hue angle of 123.27º 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 #BBF2BE is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 190 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.05 |
| HSL | 123.27º | 0.68% | 0.84% | - |
| HSV(B) | 123.27º | 0.23% | 0.95% | - |
| XYZ | 61.54 | 77.79 | 60.49 | - |
| YUV | 219.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 190 | 0.23 | 0 | 0.21 | 0.05 | 123.27 | 0.68 | 0.84 |
| Hex | BB | F2 | BE | 17 | 0 | 15 | 5 | 7B | 44 | 54 |
| Octal | 273 | 362 | 276 | 27 | 0 | 25 | 5 | 173 | 104 | 124 |
| Binary | 10111011 | 11110010 | 10111110 | 10111 | 0 | 10101 | 101 | 1111011 | 1000100 | 1010100 |
Color Harmonies of #BBF2BE
Complementary color
Monochromatic Colors of #BBF2BE
Black with #BBF2BE
Text Example
Text Example
White with #BBF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2BE; }
p { color: rgb(187,242,190); }
H1.HeaderClassName
{
color: #BBF2BE;
}
.AnyTagClassName
{
color: #BBF2BE;
}
</style>
background-color css
<style>
a { background-color: #BBF2BE; }
a { background-color: rgb(187,242,190); }
div.DivClassName
{
background-color: #BBF2BE;
}
.BgClassName
{
background-color: #BBF2BE;
}
</style>
border-color css
<style>
span { border-color: #BBF2BE; }
span { border-color: rgb(187,242,190); }
td.TdClassName
{
border-color: #BBF2BE;
}
.TagClassName
{
border-color: #BBF2BE;
}
</style>