Shades of Fringy Flower #BAE8BD
Tints of Fringy Flower #BAE8BD
RGB
CMYK
RGB Variations
Color information
#BAE8BD (or 0xBAE8BD) is known color: Fringy Flower. HEX triplet: BA, E8 and BD. RGB value is (186,232,189). Sum of RGB (Red+Green+Blue) = 186+232+189=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8BD is #451742. Grayscale: #D5D5D5. Windows color (decimal): -4527939 or 12445882. OLE color: 12445882.
HSL color Cylindrical-coordinate representation of color #BAE8BD: hue angle of 123.91º degrees, saturation: 0.5, 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 #BAE8BD is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 189 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.09 |
| HSL | 123.91º | 0.5% | 0.82% | - |
| HSV(B) | 123.91º | 0.2% | 0.91% | - |
| XYZ | 58.29 | 71.83 | 58.94 | - |
| YUV | 213.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 189 | 0.20 | 0 | 0.19 | 0.09 | 123.91 | 0.5 | 0.82 |
| Hex | BA | E8 | BD | 14 | 0 | 13 | 9 | 7C | 32 | 52 |
| Octal | 272 | 350 | 275 | 24 | 0 | 23 | 11 | 174 | 62 | 122 |
| Binary | 10111010 | 11101000 | 10111101 | 10100 | 0 | 10011 | 1001 | 1111100 | 110010 | 1010010 |
Color Harmonies of #BAE8BD
Complementary color
Monochromatic Colors of #BAE8BD
Black with #BAE8BD
Text Example
Text Example
White with #BAE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8BD; }
p { color: rgb(186,232,189); }
H1.HeaderClassName
{
color: #BAE8BD;
}
.AnyTagClassName
{
color: #BAE8BD;
}
</style>
background-color css
<style>
a { background-color: #BAE8BD; }
a { background-color: rgb(186,232,189); }
div.DivClassName
{
background-color: #BAE8BD;
}
.BgClassName
{
background-color: #BAE8BD;
}
</style>
border-color css
<style>
span { border-color: #BAE8BD; }
span { border-color: rgb(186,232,189); }
td.TdClassName
{
border-color: #BAE8BD;
}
.TagClassName
{
border-color: #BAE8BD;
}
</style>