Shades of Fringy Flower #BADEBF
Tints of Fringy Flower #BADEBF
RGB
CMYK
RGB Variations
Color information
#BADEBF (or 0xBADEBF) is known color: Fringy Flower. HEX triplet: BA, DE and BF. RGB value is (186,222,191). Sum of RGB (Red+Green+Blue) = 186+222+191=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEBF is #452140. Grayscale: #CFCFCF. Windows color (decimal): -4530497 or 12574394. OLE color: 12574394.
HSL color Cylindrical-coordinate representation of color #BADEBF: hue angle of 128.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADEBF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 191 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.13 |
| HSL | 128.33º | 0.35% | 0.8% | - |
| HSV(B) | 128.33º | 0.16% | 0.87% | - |
| XYZ | 55.77 | 66.44 | 59.18 | - |
| YUV | 207.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 191 | 0.16 | 0 | 0.14 | 0.13 | 128.33 | 0.35 | 0.8 |
| Hex | BA | DE | BF | 10 | 0 | E | D | 80 | 23 | 50 |
| Octal | 272 | 336 | 277 | 20 | 0 | 16 | 15 | 200 | 43 | 120 |
| Binary | 10111010 | 11011110 | 10111111 | 10000 | 0 | 1110 | 1101 | 10000000 | 100011 | 1010000 |
Color Harmonies of #BADEBF
Complementary color
Monochromatic Colors of #BADEBF
Black with #BADEBF
Text Example
Text Example
White with #BADEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEBF; }
p { color: rgb(186,222,191); }
H1.HeaderClassName
{
color: #BADEBF;
}
.AnyTagClassName
{
color: #BADEBF;
}
</style>
background-color css
<style>
a { background-color: #BADEBF; }
a { background-color: rgb(186,222,191); }
div.DivClassName
{
background-color: #BADEBF;
}
.BgClassName
{
background-color: #BADEBF;
}
</style>
border-color css
<style>
span { border-color: #BADEBF; }
span { border-color: rgb(186,222,191); }
td.TdClassName
{
border-color: #BADEBF;
}
.TagClassName
{
border-color: #BADEBF;
}
</style>