Shades of Fringy Flower #BAE0BC
Tints of Fringy Flower #BAE0BC
RGB
CMYK
RGB Variations
Color information
#BAE0BC (or 0xBAE0BC) is known color: Fringy Flower. HEX triplet: BA, E0 and BC. RGB value is (186,224,188). Sum of RGB (Red+Green+Blue) = 186+224+188=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0BC is #451F43. Grayscale: #D0D0D0. Windows color (decimal): -4529988 or 12378298. OLE color: 12378298.
HSL color Cylindrical-coordinate representation of color #BAE0BC: hue angle of 123.16º degrees, saturation: 0.38, 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 #BAE0BC is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 188 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.12 |
| HSL | 123.16º | 0.38% | 0.8% | - |
| HSV(B) | 123.16º | 0.17% | 0.88% | - |
| XYZ | 55.98 | 67.38 | 57.63 | - |
| YUV | 208.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 188 | 0.17 | 0 | 0.16 | 0.12 | 123.16 | 0.38 | 0.8 |
| Hex | BA | E0 | BC | 11 | 0 | 10 | C | 7B | 26 | 50 |
| Octal | 272 | 340 | 274 | 21 | 0 | 20 | 14 | 173 | 46 | 120 |
| Binary | 10111010 | 11100000 | 10111100 | 10001 | 0 | 10000 | 1100 | 1111011 | 100110 | 1010000 |
Color Harmonies of #BAE0BC
Complementary color
Monochromatic Colors of #BAE0BC
Black with #BAE0BC
Text Example
Text Example
White with #BAE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0BC; }
p { color: rgb(186,224,188); }
H1.HeaderClassName
{
color: #BAE0BC;
}
.AnyTagClassName
{
color: #BAE0BC;
}
</style>
background-color css
<style>
a { background-color: #BAE0BC; }
a { background-color: rgb(186,224,188); }
div.DivClassName
{
background-color: #BAE0BC;
}
.BgClassName
{
background-color: #BAE0BC;
}
</style>
border-color css
<style>
span { border-color: #BAE0BC; }
span { border-color: rgb(186,224,188); }
td.TdClassName
{
border-color: #BAE0BC;
}
.TagClassName
{
border-color: #BAE0BC;
}
</style>