Shades of Fringy Flower #BAFDBA
Tints of Fringy Flower #BAFDBA
RGB
CMYK
RGB Variations
Color information
#BAFDBA (or 0xBAFDBA) is known color: Fringy Flower. HEX triplet: BA, FD and BA. RGB value is (186,253,186). Sum of RGB (Red+Green+Blue) = 186+253+186=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDBA is #450245. Grayscale: #E1E1E1. Windows color (decimal): -4522566 or 12254650. OLE color: 12254650.
HSL color Cylindrical-coordinate representation of color #BAFDBA: hue angle of 120º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDBA is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 186 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.01 |
| HSL | 120º | 0.94% | 0.86% | - |
| HSV(B) | 120º | 0.26% | 0.99% | - |
| XYZ | 64.24 | 84.23 | 59.33 | - |
| YUV | 225.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 186 | 0.26 | 0 | 0.26 | 0.01 | 120 | 0.94 | 0.86 |
| Hex | BA | FD | BA | 1A | 0 | 1A | 1 | 78 | 5E | 56 |
| Octal | 272 | 375 | 272 | 32 | 0 | 32 | 1 | 170 | 136 | 126 |
| Binary | 10111010 | 11111101 | 10111010 | 11010 | 0 | 11010 | 1 | 1111000 | 1011110 | 1010110 |
Color Harmonies of #BAFDBA
Complementary color
Monochromatic Colors of #BAFDBA
Black with #BAFDBA
Text Example
Text Example
White with #BAFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDBA; }
p { color: rgb(186,253,186); }
H1.HeaderClassName
{
color: #BAFDBA;
}
.AnyTagClassName
{
color: #BAFDBA;
}
</style>
background-color css
<style>
a { background-color: #BAFDBA; }
a { background-color: rgb(186,253,186); }
div.DivClassName
{
background-color: #BAFDBA;
}
.BgClassName
{
background-color: #BAFDBA;
}
</style>
border-color css
<style>
span { border-color: #BAFDBA; }
span { border-color: rgb(186,253,186); }
td.TdClassName
{
border-color: #BAFDBA;
}
.TagClassName
{
border-color: #BAFDBA;
}
</style>