Shades of Fringy Flower #BAE1BE
Tints of Fringy Flower #BAE1BE
RGB
CMYK
RGB Variations
Color information
#BAE1BE (or 0xBAE1BE) is known color: Fringy Flower. HEX triplet: BA, E1 and BE. RGB value is (186,225,190). Sum of RGB (Red+Green+Blue) = 186+225+190=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1BE is #451E41. Grayscale: #D1D1D1. Windows color (decimal): -4529730 or 12509626. OLE color: 12509626.
HSL color Cylindrical-coordinate representation of color #BAE1BE: hue angle of 126.15º 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 #BAE1BE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 190 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.12 |
| HSL | 126.15º | 0.39% | 0.81% | - |
| HSV(B) | 126.15º | 0.17% | 0.88% | - |
| XYZ | 56.47 | 68.01 | 58.87 | - |
| YUV | 209.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 190 | 0.17 | 0 | 0.16 | 0.12 | 126.15 | 0.39 | 0.81 |
| Hex | BA | E1 | BE | 11 | 0 | 10 | C | 7E | 27 | 51 |
| Octal | 272 | 341 | 276 | 21 | 0 | 20 | 14 | 176 | 47 | 121 |
| Binary | 10111010 | 11100001 | 10111110 | 10001 | 0 | 10000 | 1100 | 1111110 | 100111 | 1010001 |
Color Harmonies of #BAE1BE
Complementary color
Monochromatic Colors of #BAE1BE
Black with #BAE1BE
Text Example
Text Example
White with #BAE1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1BE; }
p { color: rgb(186,225,190); }
H1.HeaderClassName
{
color: #BAE1BE;
}
.AnyTagClassName
{
color: #BAE1BE;
}
</style>
background-color css
<style>
a { background-color: #BAE1BE; }
a { background-color: rgb(186,225,190); }
div.DivClassName
{
background-color: #BAE1BE;
}
.BgClassName
{
background-color: #BAE1BE;
}
</style>
border-color css
<style>
span { border-color: #BAE1BE; }
span { border-color: rgb(186,225,190); }
td.TdClassName
{
border-color: #BAE1BE;
}
.TagClassName
{
border-color: #BAE1BE;
}
</style>