Shades of Fringy Flower #BAE0B9
Tints of Fringy Flower #BAE0B9
RGB
CMYK
RGB Variations
Color information
#BAE0B9 (or 0xBAE0B9) is known color: Fringy Flower. HEX triplet: BA, E0 and B9. RGB value is (186,224,185). Sum of RGB (Red+Green+Blue) = 186+224+185=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0B9 is #451F46. Grayscale: #D0D0D0. Windows color (decimal): -4529991 or 12181690. OLE color: 12181690.
HSL color Cylindrical-coordinate representation of color #BAE0B9: hue angle of 118.46º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE0B9 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 185 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.12 |
| HSL | 118.46º | 0.39% | 0.8% | - |
| HSV(B) | 118.46º | 0.17% | 0.88% | - |
| XYZ | 55.66 | 67.25 | 55.95 | - |
| YUV | 208.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 185 | 0.17 | 0 | 0.17 | 0.12 | 118.46 | 0.39 | 0.8 |
| Hex | BA | E0 | B9 | 11 | 0 | 11 | C | 76 | 27 | 50 |
| Octal | 272 | 340 | 271 | 21 | 0 | 21 | 14 | 166 | 47 | 120 |
| Binary | 10111010 | 11100000 | 10111001 | 10001 | 0 | 10001 | 1100 | 1110110 | 100111 | 1010000 |
Color Harmonies of #BAE0B9
Complementary color
Monochromatic Colors of #BAE0B9
Black with #BAE0B9
Text Example
Text Example
White with #BAE0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0B9; }
p { color: rgb(186,224,185); }
H1.HeaderClassName
{
color: #BAE0B9;
}
.AnyTagClassName
{
color: #BAE0B9;
}
</style>
background-color css
<style>
a { background-color: #BAE0B9; }
a { background-color: rgb(186,224,185); }
div.DivClassName
{
background-color: #BAE0B9;
}
.BgClassName
{
background-color: #BAE0B9;
}
</style>
border-color css
<style>
span { border-color: #BAE0B9; }
span { border-color: rgb(186,224,185); }
td.TdClassName
{
border-color: #BAE0B9;
}
.TagClassName
{
border-color: #BAE0B9;
}
</style>