Shades of Fringy Flower #BAE6C0
Tints of Fringy Flower #BAE6C0
RGB
CMYK
RGB Variations
Color information
#BAE6C0 (or 0xBAE6C0) is known color: Fringy Flower. HEX triplet: BA, E6 and C0. RGB value is (186,230,192). Sum of RGB (Red+Green+Blue) = 186+230+192=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6C0 is #45193F. Grayscale: #D4D4D4. Windows color (decimal): -4528448 or 12641978. OLE color: 12641978.
HSL color Cylindrical-coordinate representation of color #BAE6C0: hue angle of 128.18º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6C0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 192 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.10 |
| HSL | 128.18º | 0.47% | 0.82% | - |
| HSV(B) | 128.18º | 0.19% | 0.9% | - |
| XYZ | 58.06 | 70.84 | 60.48 | - |
| YUV | 212.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 192 | 0.19 | 0 | 0.17 | 0.10 | 128.18 | 0.47 | 0.82 |
| Hex | BA | E6 | C0 | 13 | 0 | 11 | A | 80 | 2F | 52 |
| Octal | 272 | 346 | 300 | 23 | 0 | 21 | 12 | 200 | 57 | 122 |
| Binary | 10111010 | 11100110 | 11000000 | 10011 | 0 | 10001 | 1010 | 10000000 | 101111 | 1010010 |
Color Harmonies of #BAE6C0
Complementary color
Monochromatic Colors of #BAE6C0
Black with #BAE6C0
Text Example
Text Example
White with #BAE6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6C0; }
p { color: rgb(186,230,192); }
H1.HeaderClassName
{
color: #BAE6C0;
}
.AnyTagClassName
{
color: #BAE6C0;
}
</style>
background-color css
<style>
a { background-color: #BAE6C0; }
a { background-color: rgb(186,230,192); }
div.DivClassName
{
background-color: #BAE6C0;
}
.BgClassName
{
background-color: #BAE6C0;
}
</style>
border-color css
<style>
span { border-color: #BAE6C0; }
span { border-color: rgb(186,230,192); }
td.TdClassName
{
border-color: #BAE6C0;
}
.TagClassName
{
border-color: #BAE6C0;
}
</style>