Shades of Fringy Flower #BBE2BB
Tints of Fringy Flower #BBE2BB
RGB
CMYK
RGB Variations
Color information
#BBE2BB (or 0xBBE2BB) is known color: Fringy Flower. HEX triplet: BB, E2 and BB. RGB value is (187,226,187). Sum of RGB (Red+Green+Blue) = 187+226+187=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2BB is #441D44. Grayscale: #D2D2D2. Windows color (decimal): -4463941 or 12313275. OLE color: 12313275.
HSL color Cylindrical-coordinate representation of color #BBE2BB: hue angle of 120º 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 #BBE2BB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 187 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.11 |
| HSL | 120º | 0.4% | 0.81% | - |
| HSV(B) | 120º | 0.17% | 0.89% | - |
| XYZ | 56.66 | 68.55 | 57.26 | - |
| YUV | 209.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 187 | 0.17 | 0 | 0.17 | 0.11 | 120 | 0.4 | 0.81 |
| Hex | BB | E2 | BB | 11 | 0 | 11 | B | 78 | 28 | 51 |
| Octal | 273 | 342 | 273 | 21 | 0 | 21 | 13 | 170 | 50 | 121 |
| Binary | 10111011 | 11100010 | 10111011 | 10001 | 0 | 10001 | 1011 | 1111000 | 101000 | 1010001 |
Color Harmonies of #BBE2BB
Complementary color
Monochromatic Colors of #BBE2BB
Black with #BBE2BB
Text Example
Text Example
White with #BBE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2BB; }
p { color: rgb(187,226,187); }
H1.HeaderClassName
{
color: #BBE2BB;
}
.AnyTagClassName
{
color: #BBE2BB;
}
</style>
background-color css
<style>
a { background-color: #BBE2BB; }
a { background-color: rgb(187,226,187); }
div.DivClassName
{
background-color: #BBE2BB;
}
.BgClassName
{
background-color: #BBE2BB;
}
</style>
border-color css
<style>
span { border-color: #BBE2BB; }
span { border-color: rgb(187,226,187); }
td.TdClassName
{
border-color: #BBE2BB;
}
.TagClassName
{
border-color: #BBE2BB;
}
</style>