Shades of Fringy Flower #BAE9C0
Tints of Fringy Flower #BAE9C0
RGB
CMYK
RGB Variations
Color information
#BAE9C0 (or 0xBAE9C0) is known color: Fringy Flower. HEX triplet: BA, E9 and C0. RGB value is (186,233,192). Sum of RGB (Red+Green+Blue) = 186+233+192=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9C0 is #45163F. Grayscale: #D6D6D6. Windows color (decimal): -4527680 or 12642746. OLE color: 12642746.
HSL color Cylindrical-coordinate representation of color #BAE9C0: hue angle of 127.66º degrees, saturation: 0.52, 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 #BAE9C0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 192 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.09 |
| HSL | 127.66º | 0.52% | 0.82% | - |
| HSV(B) | 127.66º | 0.2% | 0.91% | - |
| XYZ | 58.9 | 72.52 | 60.76 | - |
| YUV | 214.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 192 | 0.20 | 0 | 0.18 | 0.09 | 127.66 | 0.52 | 0.82 |
| Hex | BA | E9 | C0 | 14 | 0 | 12 | 9 | 80 | 34 | 52 |
| Octal | 272 | 351 | 300 | 24 | 0 | 22 | 11 | 200 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11000000 | 10100 | 0 | 10010 | 1001 | 10000000 | 110100 | 1010010 |
Color Harmonies of #BAE9C0
Complementary color
Monochromatic Colors of #BAE9C0
Black with #BAE9C0
Text Example
Text Example
White with #BAE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9C0; }
p { color: rgb(186,233,192); }
H1.HeaderClassName
{
color: #BAE9C0;
}
.AnyTagClassName
{
color: #BAE9C0;
}
</style>
background-color css
<style>
a { background-color: #BAE9C0; }
a { background-color: rgb(186,233,192); }
div.DivClassName
{
background-color: #BAE9C0;
}
.BgClassName
{
background-color: #BAE9C0;
}
</style>
border-color css
<style>
span { border-color: #BAE9C0; }
span { border-color: rgb(186,233,192); }
td.TdClassName
{
border-color: #BAE9C0;
}
.TagClassName
{
border-color: #BAE9C0;
}
</style>