Shades of Fringy Flower #BAF2BE
Tints of Fringy Flower #BAF2BE
RGB
CMYK
RGB Variations
Color information
#BAF2BE (or 0xBAF2BE) is known color: Fringy Flower. HEX triplet: BA, F2 and BE. RGB value is (186,242,190). Sum of RGB (Red+Green+Blue) = 186+242+190=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2BE is #450D41. Grayscale: #DBDBDB. Windows color (decimal): -4525378 or 12513978. OLE color: 12513978.
HSL color Cylindrical-coordinate representation of color #BAF2BE: hue angle of 124.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2BE is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 190 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.05 |
| HSL | 124.29º | 0.68% | 0.84% | - |
| HSV(B) | 124.29º | 0.23% | 0.95% | - |
| XYZ | 61.3 | 77.66 | 60.47 | - |
| YUV | 219.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 190 | 0.23 | 0 | 0.21 | 0.05 | 124.29 | 0.68 | 0.84 |
| Hex | BA | F2 | BE | 17 | 0 | 15 | 5 | 7C | 44 | 54 |
| Octal | 272 | 362 | 276 | 27 | 0 | 25 | 5 | 174 | 104 | 124 |
| Binary | 10111010 | 11110010 | 10111110 | 10111 | 0 | 10101 | 101 | 1111100 | 1000100 | 1010100 |
Color Harmonies of #BAF2BE
Complementary color
Monochromatic Colors of #BAF2BE
Black with #BAF2BE
Text Example
Text Example
White with #BAF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2BE; }
p { color: rgb(186,242,190); }
H1.HeaderClassName
{
color: #BAF2BE;
}
.AnyTagClassName
{
color: #BAF2BE;
}
</style>
background-color css
<style>
a { background-color: #BAF2BE; }
a { background-color: rgb(186,242,190); }
div.DivClassName
{
background-color: #BAF2BE;
}
.BgClassName
{
background-color: #BAF2BE;
}
</style>
border-color css
<style>
span { border-color: #BAF2BE; }
span { border-color: rgb(186,242,190); }
td.TdClassName
{
border-color: #BAF2BE;
}
.TagClassName
{
border-color: #BAF2BE;
}
</style>