Shades of Fringy Flower #BAE6BA
Tints of Fringy Flower #BAE6BA
RGB
CMYK
RGB Variations
Color information
#BAE6BA (or 0xBAE6BA) is known color: Fringy Flower. HEX triplet: BA, E6 and BA. RGB value is (186,230,186). Sum of RGB (Red+Green+Blue) = 186+230+186=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6BA is #451945. Grayscale: #D3D3D3. Windows color (decimal): -4528454 or 12248762. OLE color: 12248762.
HSL color Cylindrical-coordinate representation of color #BAE6BA: hue angle of 120º 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 #BAE6BA is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 186 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.10 |
| HSL | 120º | 0.47% | 0.82% | - |
| HSV(B) | 120º | 0.19% | 0.9% | - |
| XYZ | 57.41 | 70.58 | 57.05 | - |
| YUV | 211.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 186 | 0.19 | 0 | 0.19 | 0.10 | 120 | 0.47 | 0.82 |
| Hex | BA | E6 | BA | 13 | 0 | 13 | A | 78 | 2F | 52 |
| Octal | 272 | 346 | 272 | 23 | 0 | 23 | 12 | 170 | 57 | 122 |
| Binary | 10111010 | 11100110 | 10111010 | 10011 | 0 | 10011 | 1010 | 1111000 | 101111 | 1010010 |
Color Harmonies of #BAE6BA
Complementary color
Monochromatic Colors of #BAE6BA
Black with #BAE6BA
Text Example
Text Example
White with #BAE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6BA; }
p { color: rgb(186,230,186); }
H1.HeaderClassName
{
color: #BAE6BA;
}
.AnyTagClassName
{
color: #BAE6BA;
}
</style>
background-color css
<style>
a { background-color: #BAE6BA; }
a { background-color: rgb(186,230,186); }
div.DivClassName
{
background-color: #BAE6BA;
}
.BgClassName
{
background-color: #BAE6BA;
}
</style>
border-color css
<style>
span { border-color: #BAE6BA; }
span { border-color: rgb(186,230,186); }
td.TdClassName
{
border-color: #BAE6BA;
}
.TagClassName
{
border-color: #BAE6BA;
}
</style>