Shades of Fringy Flower #BBF0BE
Tints of Fringy Flower #BBF0BE
RGB
CMYK
RGB Variations
Color information
#BBF0BE (or 0xBBF0BE) is known color: Fringy Flower. HEX triplet: BB, F0 and BE. RGB value is (187,240,190). Sum of RGB (Red+Green+Blue) = 187+240+190=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0BE is #440F41. Grayscale: #DADADA. Windows color (decimal): -4460354 or 12513467. OLE color: 12513467.
HSL color Cylindrical-coordinate representation of color #BBF0BE: hue angle of 123.4º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0BE is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 190 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.06 |
| HSL | 123.4º | 0.64% | 0.84% | - |
| HSV(B) | 123.4º | 0.22% | 0.94% | - |
| XYZ | 60.95 | 76.6 | 60.29 | - |
| YUV | 218.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 190 | 0.22 | 0 | 0.21 | 0.06 | 123.4 | 0.64 | 0.84 |
| Hex | BB | F0 | BE | 16 | 0 | 15 | 6 | 7B | 40 | 54 |
| Octal | 273 | 360 | 276 | 26 | 0 | 25 | 6 | 173 | 100 | 124 |
| Binary | 10111011 | 11110000 | 10111110 | 10110 | 0 | 10101 | 110 | 1111011 | 1000000 | 1010100 |
Color Harmonies of #BBF0BE
Complementary color
Monochromatic Colors of #BBF0BE
Black with #BBF0BE
Text Example
Text Example
White with #BBF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0BE; }
p { color: rgb(187,240,190); }
H1.HeaderClassName
{
color: #BBF0BE;
}
.AnyTagClassName
{
color: #BBF0BE;
}
</style>
background-color css
<style>
a { background-color: #BBF0BE; }
a { background-color: rgb(187,240,190); }
div.DivClassName
{
background-color: #BBF0BE;
}
.BgClassName
{
background-color: #BBF0BE;
}
</style>
border-color css
<style>
span { border-color: #BBF0BE; }
span { border-color: rgb(187,240,190); }
td.TdClassName
{
border-color: #BBF0BE;
}
.TagClassName
{
border-color: #BBF0BE;
}
</style>