Shades of Fringy Flower #BBE9BF
Tints of Fringy Flower #BBE9BF
RGB
CMYK
RGB Variations
Color information
#BBE9BF (or 0xBBE9BF) is known color: Fringy Flower. HEX triplet: BB, E9 and BF. RGB value is (187,233,191). Sum of RGB (Red+Green+Blue) = 187+233+191=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9BF is #441640. Grayscale: #D6D6D6. Windows color (decimal): -4462145 or 12577211. OLE color: 12577211.
HSL color Cylindrical-coordinate representation of color #BBE9BF: hue angle of 125.22º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9BF is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 191 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.09 |
| HSL | 125.22º | 0.51% | 0.82% | - |
| HSV(B) | 125.22º | 0.2% | 0.91% | - |
| XYZ | 59.04 | 72.6 | 60.19 | - |
| YUV | 214.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 191 | 0.20 | 0 | 0.18 | 0.09 | 125.22 | 0.51 | 0.82 |
| Hex | BB | E9 | BF | 14 | 0 | 12 | 9 | 7D | 33 | 52 |
| Octal | 273 | 351 | 277 | 24 | 0 | 22 | 11 | 175 | 63 | 122 |
| Binary | 10111011 | 11101001 | 10111111 | 10100 | 0 | 10010 | 1001 | 1111101 | 110011 | 1010010 |
Color Harmonies of #BBE9BF
Complementary color
Monochromatic Colors of #BBE9BF
Black with #BBE9BF
Text Example
Text Example
White with #BBE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9BF; }
p { color: rgb(187,233,191); }
H1.HeaderClassName
{
color: #BBE9BF;
}
.AnyTagClassName
{
color: #BBE9BF;
}
</style>
background-color css
<style>
a { background-color: #BBE9BF; }
a { background-color: rgb(187,233,191); }
div.DivClassName
{
background-color: #BBE9BF;
}
.BgClassName
{
background-color: #BBE9BF;
}
</style>
border-color css
<style>
span { border-color: #BBE9BF; }
span { border-color: rgb(187,233,191); }
td.TdClassName
{
border-color: #BBE9BF;
}
.TagClassName
{
border-color: #BBE9BF;
}
</style>