Shades of Fringy Flower #BAE7BC
Tints of Fringy Flower #BAE7BC
RGB
CMYK
RGB Variations
Color information
#BAE7BC (or 0xBAE7BC) is known color: Fringy Flower. HEX triplet: BA, E7 and BC. RGB value is (186,231,188). Sum of RGB (Red+Green+Blue) = 186+231+188=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7BC is #451843. Grayscale: #D4D4D4. Windows color (decimal): -4528196 or 12380090. OLE color: 12380090.
HSL color Cylindrical-coordinate representation of color #BAE7BC: hue angle of 122.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7BC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 188 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.09 |
| HSL | 122.67º | 0.48% | 0.82% | - |
| HSV(B) | 122.67º | 0.19% | 0.91% | - |
| XYZ | 57.9 | 71.22 | 58.27 | - |
| YUV | 212.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 188 | 0.19 | 0 | 0.19 | 0.09 | 122.67 | 0.48 | 0.82 |
| Hex | BA | E7 | BC | 13 | 0 | 13 | 9 | 7B | 30 | 52 |
| Octal | 272 | 347 | 274 | 23 | 0 | 23 | 11 | 173 | 60 | 122 |
| Binary | 10111010 | 11100111 | 10111100 | 10011 | 0 | 10011 | 1001 | 1111011 | 110000 | 1010010 |
Color Harmonies of #BAE7BC
Complementary color
Monochromatic Colors of #BAE7BC
Black with #BAE7BC
Text Example
Text Example
White with #BAE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7BC; }
p { color: rgb(186,231,188); }
H1.HeaderClassName
{
color: #BAE7BC;
}
.AnyTagClassName
{
color: #BAE7BC;
}
</style>
background-color css
<style>
a { background-color: #BAE7BC; }
a { background-color: rgb(186,231,188); }
div.DivClassName
{
background-color: #BAE7BC;
}
.BgClassName
{
background-color: #BAE7BC;
}
</style>
border-color css
<style>
span { border-color: #BAE7BC; }
span { border-color: rgb(186,231,188); }
td.TdClassName
{
border-color: #BAE7BC;
}
.TagClassName
{
border-color: #BAE7BC;
}
</style>