Shades of Fringy Flower #BAE8BA
Tints of Fringy Flower #BAE8BA
RGB
CMYK
RGB Variations
Color information
#BAE8BA (or 0xBAE8BA) is known color: Fringy Flower. HEX triplet: BA, E8 and BA. RGB value is (186,232,186). Sum of RGB (Red+Green+Blue) = 186+232+186=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8BA is #451745. Grayscale: #D5D5D5. Windows color (decimal): -4527942 or 12249274. OLE color: 12249274.
HSL color Cylindrical-coordinate representation of color #BAE8BA: hue angle of 120º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8BA is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 186 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.09 |
| HSL | 120º | 0.5% | 0.82% | - |
| HSV(B) | 120º | 0.2% | 0.91% | - |
| XYZ | 57.97 | 71.7 | 57.24 | - |
| YUV | 213 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 186 | 0.20 | 0 | 0.20 | 0.09 | 120 | 0.5 | 0.82 |
| Hex | BA | E8 | BA | 14 | 0 | 14 | 9 | 78 | 32 | 52 |
| Octal | 272 | 350 | 272 | 24 | 0 | 24 | 11 | 170 | 62 | 122 |
| Binary | 10111010 | 11101000 | 10111010 | 10100 | 0 | 10100 | 1001 | 1111000 | 110010 | 1010010 |
Color Harmonies of #BAE8BA
Complementary color
Monochromatic Colors of #BAE8BA
Black with #BAE8BA
Text Example
Text Example
White with #BAE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8BA; }
p { color: rgb(186,232,186); }
H1.HeaderClassName
{
color: #BAE8BA;
}
.AnyTagClassName
{
color: #BAE8BA;
}
</style>
background-color css
<style>
a { background-color: #BAE8BA; }
a { background-color: rgb(186,232,186); }
div.DivClassName
{
background-color: #BAE8BA;
}
.BgClassName
{
background-color: #BAE8BA;
}
</style>
border-color css
<style>
span { border-color: #BAE8BA; }
span { border-color: rgb(186,232,186); }
td.TdClassName
{
border-color: #BAE8BA;
}
.TagClassName
{
border-color: #BAE8BA;
}
</style>