Shades of Fringy Flower #BBE0BE
Tints of Fringy Flower #BBE0BE
RGB
CMYK
RGB Variations
Color information
#BBE0BE (or 0xBBE0BE) is known color: Fringy Flower. HEX triplet: BB, E0 and BE. RGB value is (187,224,190). Sum of RGB (Red+Green+Blue) = 187+224+190=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0BE is #441F41. Grayscale: #D1D1D1. Windows color (decimal): -4464450 or 12509371. OLE color: 12509371.
HSL color Cylindrical-coordinate representation of color #BBE0BE: hue angle of 124.86º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0BE is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 190 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.12 |
| HSL | 124.86º | 0.37% | 0.81% | - |
| HSV(B) | 124.86º | 0.17% | 0.88% | - |
| XYZ | 56.44 | 67.59 | 58.79 | - |
| YUV | 209.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 190 | 0.17 | 0 | 0.15 | 0.12 | 124.86 | 0.37 | 0.81 |
| Hex | BB | E0 | BE | 11 | 0 | F | C | 7D | 25 | 51 |
| Octal | 273 | 340 | 276 | 21 | 0 | 17 | 14 | 175 | 45 | 121 |
| Binary | 10111011 | 11100000 | 10111110 | 10001 | 0 | 1111 | 1100 | 1111101 | 100101 | 1010001 |
Color Harmonies of #BBE0BE
Complementary color
Monochromatic Colors of #BBE0BE
Black with #BBE0BE
Text Example
Text Example
White with #BBE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0BE; }
p { color: rgb(187,224,190); }
H1.HeaderClassName
{
color: #BBE0BE;
}
.AnyTagClassName
{
color: #BBE0BE;
}
</style>
background-color css
<style>
a { background-color: #BBE0BE; }
a { background-color: rgb(187,224,190); }
div.DivClassName
{
background-color: #BBE0BE;
}
.BgClassName
{
background-color: #BBE0BE;
}
</style>
border-color css
<style>
span { border-color: #BBE0BE; }
span { border-color: rgb(187,224,190); }
td.TdClassName
{
border-color: #BBE0BE;
}
.TagClassName
{
border-color: #BBE0BE;
}
</style>