Shades of Fringy Flower #BBE1BA
Tints of Fringy Flower #BBE1BA
RGB
CMYK
RGB Variations
Color information
#BBE1BA (or 0xBBE1BA) is known color: Fringy Flower. HEX triplet: BB, E1 and BA. RGB value is (187,225,186). Sum of RGB (Red+Green+Blue) = 187+225+186=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1BA is #441E45. Grayscale: #D1D1D1. Windows color (decimal): -4464198 or 12247483. OLE color: 12247483.
HSL color Cylindrical-coordinate representation of color #BBE1BA: hue angle of 118.46º degrees, saturation: 0.39, 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 #BBE1BA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 186 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.12 |
| HSL | 118.46º | 0.39% | 0.81% | - |
| HSV(B) | 118.46º | 0.17% | 0.88% | - |
| XYZ | 56.28 | 67.96 | 56.61 | - |
| YUV | 209.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 186 | 0.17 | 0 | 0.17 | 0.12 | 118.46 | 0.39 | 0.81 |
| Hex | BB | E1 | BA | 11 | 0 | 11 | C | 76 | 27 | 51 |
| Octal | 273 | 341 | 272 | 21 | 0 | 21 | 14 | 166 | 47 | 121 |
| Binary | 10111011 | 11100001 | 10111010 | 10001 | 0 | 10001 | 1100 | 1110110 | 100111 | 1010001 |
Color Harmonies of #BBE1BA
Complementary color
Monochromatic Colors of #BBE1BA
Black with #BBE1BA
Text Example
Text Example
White with #BBE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1BA; }
p { color: rgb(187,225,186); }
H1.HeaderClassName
{
color: #BBE1BA;
}
.AnyTagClassName
{
color: #BBE1BA;
}
</style>
background-color css
<style>
a { background-color: #BBE1BA; }
a { background-color: rgb(187,225,186); }
div.DivClassName
{
background-color: #BBE1BA;
}
.BgClassName
{
background-color: #BBE1BA;
}
</style>
border-color css
<style>
span { border-color: #BBE1BA; }
span { border-color: rgb(187,225,186); }
td.TdClassName
{
border-color: #BBE1BA;
}
.TagClassName
{
border-color: #BBE1BA;
}
</style>