Shades of Fringy Flower #BAE6BC
Tints of Fringy Flower #BAE6BC
RGB
CMYK
RGB Variations
Color information
#BAE6BC (or 0xBAE6BC) is known color: Fringy Flower. HEX triplet: BA, E6 and BC. RGB value is (186,230,188). Sum of RGB (Red+Green+Blue) = 186+230+188=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6BC is #451943. Grayscale: #D4D4D4. Windows color (decimal): -4528452 or 12379834. OLE color: 12379834.
HSL color Cylindrical-coordinate representation of color #BAE6BC: hue angle of 122.73º 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 #BAE6BC is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 188 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.10 |
| HSL | 122.73º | 0.47% | 0.82% | - |
| HSV(B) | 122.73º | 0.19% | 0.9% | - |
| XYZ | 57.62 | 70.66 | 58.18 | - |
| YUV | 212.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 188 | 0.19 | 0 | 0.18 | 0.10 | 122.73 | 0.47 | 0.82 |
| Hex | BA | E6 | BC | 13 | 0 | 12 | A | 7B | 2F | 52 |
| Octal | 272 | 346 | 274 | 23 | 0 | 22 | 12 | 173 | 57 | 122 |
| Binary | 10111010 | 11100110 | 10111100 | 10011 | 0 | 10010 | 1010 | 1111011 | 101111 | 1010010 |
Color Harmonies of #BAE6BC
Complementary color
Monochromatic Colors of #BAE6BC
Black with #BAE6BC
Text Example
Text Example
White with #BAE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6BC; }
p { color: rgb(186,230,188); }
H1.HeaderClassName
{
color: #BAE6BC;
}
.AnyTagClassName
{
color: #BAE6BC;
}
</style>
background-color css
<style>
a { background-color: #BAE6BC; }
a { background-color: rgb(186,230,188); }
div.DivClassName
{
background-color: #BAE6BC;
}
.BgClassName
{
background-color: #BAE6BC;
}
</style>
border-color css
<style>
span { border-color: #BAE6BC; }
span { border-color: rgb(186,230,188); }
td.TdClassName
{
border-color: #BAE6BC;
}
.TagClassName
{
border-color: #BAE6BC;
}
</style>