Shades of Fringy Flower #BAE5BD
Tints of Fringy Flower #BAE5BD
RGB
CMYK
RGB Variations
Color information
#BAE5BD (or 0xBAE5BD) is known color: Fringy Flower. HEX triplet: BA, E5 and BD. RGB value is (186,229,189). Sum of RGB (Red+Green+Blue) = 186+229+189=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5BD is #451A42. Grayscale: #D3D3D3. Windows color (decimal): -4528707 or 12445114. OLE color: 12445114.
HSL color Cylindrical-coordinate representation of color #BAE5BD: hue angle of 124.19º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5BD is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 189 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.10 |
| HSL | 124.19º | 0.45% | 0.81% | - |
| HSV(B) | 124.19º | 0.19% | 0.9% | - |
| XYZ | 57.45 | 70.15 | 58.66 | - |
| YUV | 211.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 189 | 0.19 | 0 | 0.17 | 0.10 | 124.19 | 0.45 | 0.81 |
| Hex | BA | E5 | BD | 13 | 0 | 11 | A | 7C | 2D | 51 |
| Octal | 272 | 345 | 275 | 23 | 0 | 21 | 12 | 174 | 55 | 121 |
| Binary | 10111010 | 11100101 | 10111101 | 10011 | 0 | 10001 | 1010 | 1111100 | 101101 | 1010001 |
Color Harmonies of #BAE5BD
Complementary color
Monochromatic Colors of #BAE5BD
Black with #BAE5BD
Text Example
Text Example
White with #BAE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5BD; }
p { color: rgb(186,229,189); }
H1.HeaderClassName
{
color: #BAE5BD;
}
.AnyTagClassName
{
color: #BAE5BD;
}
</style>
background-color css
<style>
a { background-color: #BAE5BD; }
a { background-color: rgb(186,229,189); }
div.DivClassName
{
background-color: #BAE5BD;
}
.BgClassName
{
background-color: #BAE5BD;
}
</style>
border-color css
<style>
span { border-color: #BAE5BD; }
span { border-color: rgb(186,229,189); }
td.TdClassName
{
border-color: #BAE5BD;
}
.TagClassName
{
border-color: #BAE5BD;
}
</style>