Shades of Fringy Flower #BAEDB9
Tints of Fringy Flower #BAEDB9
RGB
CMYK
RGB Variations
Color information
#BAEDB9 (or 0xBAEDB9) is known color: Fringy Flower. HEX triplet: BA, ED and B9. RGB value is (186,237,185). Sum of RGB (Red+Green+Blue) = 186+237+185=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDB9 is #451246. Grayscale: #D7D7D7. Windows color (decimal): -4526663 or 12185018. OLE color: 12185018.
HSL color Cylindrical-coordinate representation of color #BAEDB9: hue angle of 118.85º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDB9 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 185 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.07 |
| HSL | 118.85º | 0.59% | 0.83% | - |
| HSV(B) | 118.85º | 0.22% | 0.93% | - |
| XYZ | 59.29 | 74.51 | 57.16 | - |
| YUV | 215.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 185 | 0.22 | 0 | 0.22 | 0.07 | 118.85 | 0.59 | 0.83 |
| Hex | BA | ED | B9 | 16 | 0 | 16 | 7 | 77 | 3B | 53 |
| Octal | 272 | 355 | 271 | 26 | 0 | 26 | 7 | 167 | 73 | 123 |
| Binary | 10111010 | 11101101 | 10111001 | 10110 | 0 | 10110 | 111 | 1110111 | 111011 | 1010011 |
Color Harmonies of #BAEDB9
Complementary color
Monochromatic Colors of #BAEDB9
Black with #BAEDB9
Text Example
Text Example
White with #BAEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDB9; }
p { color: rgb(186,237,185); }
H1.HeaderClassName
{
color: #BAEDB9;
}
.AnyTagClassName
{
color: #BAEDB9;
}
</style>
background-color css
<style>
a { background-color: #BAEDB9; }
a { background-color: rgb(186,237,185); }
div.DivClassName
{
background-color: #BAEDB9;
}
.BgClassName
{
background-color: #BAEDB9;
}
</style>
border-color css
<style>
span { border-color: #BAEDB9; }
span { border-color: rgb(186,237,185); }
td.TdClassName
{
border-color: #BAEDB9;
}
.TagClassName
{
border-color: #BAEDB9;
}
</style>