Shades of Fringy Flower #BAE1C2
Tints of Fringy Flower #BAE1C2
RGB
CMYK
RGB Variations
Color information
#BAE1C2 (or 0xBAE1C2) is known color: Fringy Flower. HEX triplet: BA, E1 and C2. RGB value is (186,225,194). Sum of RGB (Red+Green+Blue) = 186+225+194=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1C2 is #451E3D. Grayscale: #D1D1D1. Windows color (decimal): -4529726 or 12771770. OLE color: 12771770.
HSL color Cylindrical-coordinate representation of color #BAE1C2: hue angle of 132.31º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1C2 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 194 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.12 |
| HSL | 132.31º | 0.39% | 0.81% | - |
| HSV(B) | 132.31º | 0.17% | 0.88% | - |
| XYZ | 56.91 | 68.18 | 61.2 | - |
| YUV | 209.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 194 | 0.17 | 0 | 0.14 | 0.12 | 132.31 | 0.39 | 0.81 |
| Hex | BA | E1 | C2 | 11 | 0 | E | C | 84 | 27 | 51 |
| Octal | 272 | 341 | 302 | 21 | 0 | 16 | 14 | 204 | 47 | 121 |
| Binary | 10111010 | 11100001 | 11000010 | 10001 | 0 | 1110 | 1100 | 10000100 | 100111 | 1010001 |
Color Harmonies of #BAE1C2
Complementary color
Monochromatic Colors of #BAE1C2
Black with #BAE1C2
Text Example
Text Example
White with #BAE1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1C2; }
p { color: rgb(186,225,194); }
H1.HeaderClassName
{
color: #BAE1C2;
}
.AnyTagClassName
{
color: #BAE1C2;
}
</style>
background-color css
<style>
a { background-color: #BAE1C2; }
a { background-color: rgb(186,225,194); }
div.DivClassName
{
background-color: #BAE1C2;
}
.BgClassName
{
background-color: #BAE1C2;
}
</style>
border-color css
<style>
span { border-color: #BAE1C2; }
span { border-color: rgb(186,225,194); }
td.TdClassName
{
border-color: #BAE1C2;
}
.TagClassName
{
border-color: #BAE1C2;
}
</style>