Shades of Fringy Flower #BADEC0
Tints of Fringy Flower #BADEC0
RGB
CMYK
RGB Variations
Color information
#BADEC0 (or 0xBADEC0) is known color: Fringy Flower. HEX triplet: BA, DE and C0. RGB value is (186,222,192). Sum of RGB (Red+Green+Blue) = 186+222+192=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEC0 is #45213F. Grayscale: #CFCFCF. Windows color (decimal): -4530496 or 12639930. OLE color: 12639930.
HSL color Cylindrical-coordinate representation of color #BADEC0: hue angle of 130º 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 #BADEC0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 192 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.13 |
| HSL | 130º | 0.35% | 0.8% | - |
| HSV(B) | 130º | 0.16% | 0.87% | - |
| XYZ | 55.89 | 66.49 | 59.76 | - |
| YUV | 207.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 192 | 0.16 | 0 | 0.14 | 0.13 | 130 | 0.35 | 0.8 |
| Hex | BA | DE | C0 | 10 | 0 | E | D | 82 | 23 | 50 |
| Octal | 272 | 336 | 300 | 20 | 0 | 16 | 15 | 202 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11000000 | 10000 | 0 | 1110 | 1101 | 10000010 | 100011 | 1010000 |
Color Harmonies of #BADEC0
Complementary color
Monochromatic Colors of #BADEC0
Black with #BADEC0
Text Example
Text Example
White with #BADEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEC0; }
p { color: rgb(186,222,192); }
H1.HeaderClassName
{
color: #BADEC0;
}
.AnyTagClassName
{
color: #BADEC0;
}
</style>
background-color css
<style>
a { background-color: #BADEC0; }
a { background-color: rgb(186,222,192); }
div.DivClassName
{
background-color: #BADEC0;
}
.BgClassName
{
background-color: #BADEC0;
}
</style>
border-color css
<style>
span { border-color: #BADEC0; }
span { border-color: rgb(186,222,192); }
td.TdClassName
{
border-color: #BADEC0;
}
.TagClassName
{
border-color: #BADEC0;
}
</style>