Shades of Fringy Flower #BBE2BE
Tints of Fringy Flower #BBE2BE
RGB
CMYK
RGB Variations
Color information
#BBE2BE (or 0xBBE2BE) is known color: Fringy Flower. HEX triplet: BB, E2 and BE. RGB value is (187,226,190). Sum of RGB (Red+Green+Blue) = 187+226+190=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2BE is #441D41. Grayscale: #D2D2D2. Windows color (decimal): -4463938 or 12509883. OLE color: 12509883.
HSL color Cylindrical-coordinate representation of color #BBE2BE: hue angle of 124.62º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2BE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 190 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.11 |
| HSL | 124.62º | 0.4% | 0.81% | - |
| HSV(B) | 124.62º | 0.17% | 0.89% | - |
| XYZ | 56.98 | 68.68 | 58.97 | - |
| YUV | 210.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 190 | 0.17 | 0 | 0.16 | 0.11 | 124.62 | 0.4 | 0.81 |
| Hex | BB | E2 | BE | 11 | 0 | 10 | B | 7D | 28 | 51 |
| Octal | 273 | 342 | 276 | 21 | 0 | 20 | 13 | 175 | 50 | 121 |
| Binary | 10111011 | 11100010 | 10111110 | 10001 | 0 | 10000 | 1011 | 1111101 | 101000 | 1010001 |
Color Harmonies of #BBE2BE
Complementary color
Monochromatic Colors of #BBE2BE
Black with #BBE2BE
Text Example
Text Example
White with #BBE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2BE; }
p { color: rgb(187,226,190); }
H1.HeaderClassName
{
color: #BBE2BE;
}
.AnyTagClassName
{
color: #BBE2BE;
}
</style>
background-color css
<style>
a { background-color: #BBE2BE; }
a { background-color: rgb(187,226,190); }
div.DivClassName
{
background-color: #BBE2BE;
}
.BgClassName
{
background-color: #BBE2BE;
}
</style>
border-color css
<style>
span { border-color: #BBE2BE; }
span { border-color: rgb(187,226,190); }
td.TdClassName
{
border-color: #BBE2BE;
}
.TagClassName
{
border-color: #BBE2BE;
}
</style>