Shades of Fringy Flower #BBE3B9
Tints of Fringy Flower #BBE3B9
RGB
CMYK
RGB Variations
Color information
#BBE3B9 (or 0xBBE3B9) is known color: Fringy Flower. HEX triplet: BB, E3 and B9. RGB value is (187,227,185). Sum of RGB (Red+Green+Blue) = 187+227+185=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3B9 is #441C46. Grayscale: #D2D2D2. Windows color (decimal): -4463687 or 12182459. OLE color: 12182459.
HSL color Cylindrical-coordinate representation of color #BBE3B9: hue angle of 117.14º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE3B9 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 185 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.11 |
| HSL | 117.14º | 0.43% | 0.81% | - |
| HSV(B) | 117.14º | 0.19% | 0.89% | - |
| XYZ | 56.72 | 69.01 | 56.23 | - |
| YUV | 210.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 185 | 0.18 | 0 | 0.19 | 0.11 | 117.14 | 0.43 | 0.81 |
| Hex | BB | E3 | B9 | 12 | 0 | 13 | B | 75 | 2B | 51 |
| Octal | 273 | 343 | 271 | 22 | 0 | 23 | 13 | 165 | 53 | 121 |
| Binary | 10111011 | 11100011 | 10111001 | 10010 | 0 | 10011 | 1011 | 1110101 | 101011 | 1010001 |
Color Harmonies of #BBE3B9
Complementary color
Monochromatic Colors of #BBE3B9
Black with #BBE3B9
Text Example
Text Example
White with #BBE3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3B9; }
p { color: rgb(187,227,185); }
H1.HeaderClassName
{
color: #BBE3B9;
}
.AnyTagClassName
{
color: #BBE3B9;
}
</style>
background-color css
<style>
a { background-color: #BBE3B9; }
a { background-color: rgb(187,227,185); }
div.DivClassName
{
background-color: #BBE3B9;
}
.BgClassName
{
background-color: #BBE3B9;
}
</style>
border-color css
<style>
span { border-color: #BBE3B9; }
span { border-color: rgb(187,227,185); }
td.TdClassName
{
border-color: #BBE3B9;
}
.TagClassName
{
border-color: #BBE3B9;
}
</style>