Shades of Fringy Flower #BAFEC0
Tints of Fringy Flower #BAFEC0
RGB
CMYK
RGB Variations
Color information
#BAFEC0 (or 0xBAFEC0) is known color: Fringy Flower. HEX triplet: BA, FE and C0. RGB value is (186,254,192). Sum of RGB (Red+Green+Blue) = 186+254+192=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEC0 is #45013F. Grayscale: #E2E2E2. Windows color (decimal): -4522304 or 12648122. OLE color: 12648122.
HSL color Cylindrical-coordinate representation of color #BAFEC0: hue angle of 125.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEC0 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 192 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.00 |
| HSL | 125.29º | 0.97% | 0.86% | - |
| HSV(B) | 125.29º | 0.27% | 1% | - |
| XYZ | 65.21 | 85.13 | 62.86 | - |
| YUV | 226.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 192 | 0.27 | 0 | 0.24 | 0.00 | 125.29 | 0.97 | 0.86 |
| Hex | BA | FE | C0 | 1B | 0 | 18 | 0 | 7D | 61 | 56 |
| Octal | 272 | 376 | 300 | 33 | 0 | 30 | 0 | 175 | 141 | 126 |
| Binary | 10111010 | 11111110 | 11000000 | 11011 | 0 | 11000 | 0 | 1111101 | 1100001 | 1010110 |
Color Harmonies of #BAFEC0
Complementary color
Monochromatic Colors of #BAFEC0
Black with #BAFEC0
Text Example
Text Example
White with #BAFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFEC0; }
p { color: rgb(186,254,192); }
H1.HeaderClassName
{
color: #BAFEC0;
}
.AnyTagClassName
{
color: #BAFEC0;
}
</style>
background-color css
<style>
a { background-color: #BAFEC0; }
a { background-color: rgb(186,254,192); }
div.DivClassName
{
background-color: #BAFEC0;
}
.BgClassName
{
background-color: #BAFEC0;
}
</style>
border-color css
<style>
span { border-color: #BAFEC0; }
span { border-color: rgb(186,254,192); }
td.TdClassName
{
border-color: #BAFEC0;
}
.TagClassName
{
border-color: #BAFEC0;
}
</style>