Shades of Fringy Flower #BBE2B9
Tints of Fringy Flower #BBE2B9
RGB
CMYK
RGB Variations
Color information
#BBE2B9 (or 0xBBE2B9) is known color: Fringy Flower. HEX triplet: BB, E2 and B9. RGB value is (187,226,185). Sum of RGB (Red+Green+Blue) = 187+226+185=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2B9 is #441D46. Grayscale: #D1D1D1. Windows color (decimal): -4463943 or 12182203. OLE color: 12182203.
HSL color Cylindrical-coordinate representation of color #BBE2B9: hue angle of 117.07º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE2B9 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 185 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.11 |
| HSL | 117.07º | 0.41% | 0.81% | - |
| HSV(B) | 117.07º | 0.18% | 0.89% | - |
| XYZ | 56.45 | 68.46 | 56.14 | - |
| YUV | 209.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 185 | 0.17 | 0 | 0.18 | 0.11 | 117.07 | 0.41 | 0.81 |
| Hex | BB | E2 | B9 | 11 | 0 | 12 | B | 75 | 29 | 51 |
| Octal | 273 | 342 | 271 | 21 | 0 | 22 | 13 | 165 | 51 | 121 |
| Binary | 10111011 | 11100010 | 10111001 | 10001 | 0 | 10010 | 1011 | 1110101 | 101001 | 1010001 |
Color Harmonies of #BBE2B9
Complementary color
Monochromatic Colors of #BBE2B9
Black with #BBE2B9
Text Example
Text Example
White with #BBE2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2B9; }
p { color: rgb(187,226,185); }
H1.HeaderClassName
{
color: #BBE2B9;
}
.AnyTagClassName
{
color: #BBE2B9;
}
</style>
background-color css
<style>
a { background-color: #BBE2B9; }
a { background-color: rgb(187,226,185); }
div.DivClassName
{
background-color: #BBE2B9;
}
.BgClassName
{
background-color: #BBE2B9;
}
</style>
border-color css
<style>
span { border-color: #BBE2B9; }
span { border-color: rgb(187,226,185); }
td.TdClassName
{
border-color: #BBE2B9;
}
.TagClassName
{
border-color: #BBE2B9;
}
</style>