Shades of Fringy Flower #BADFC0
Tints of Fringy Flower #BADFC0
RGB
CMYK
RGB Variations
Color information
#BADFC0 (or 0xBADFC0) is known color: Fringy Flower. HEX triplet: BA, DF and C0. RGB value is (186,223,192). Sum of RGB (Red+Green+Blue) = 186+223+192=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC0 is #45203F. Grayscale: #D0D0D0. Windows color (decimal): -4530240 or 12640186. OLE color: 12640186.
HSL color Cylindrical-coordinate representation of color #BADFC0: hue angle of 129.73º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFC0 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 192 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.13 |
| HSL | 129.73º | 0.37% | 0.8% | - |
| HSV(B) | 129.73º | 0.17% | 0.87% | - |
| XYZ | 56.15 | 67.02 | 59.85 | - |
| YUV | 208.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 192 | 0.17 | 0 | 0.14 | 0.13 | 129.73 | 0.37 | 0.8 |
| Hex | BA | DF | C0 | 11 | 0 | E | D | 82 | 25 | 50 |
| Octal | 272 | 337 | 300 | 21 | 0 | 16 | 15 | 202 | 45 | 120 |
| Binary | 10111010 | 11011111 | 11000000 | 10001 | 0 | 1110 | 1101 | 10000010 | 100101 | 1010000 |
Color Harmonies of #BADFC0
Complementary color
Monochromatic Colors of #BADFC0
Black with #BADFC0
Text Example
Text Example
White with #BADFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFC0; }
p { color: rgb(186,223,192); }
H1.HeaderClassName
{
color: #BADFC0;
}
.AnyTagClassName
{
color: #BADFC0;
}
</style>
background-color css
<style>
a { background-color: #BADFC0; }
a { background-color: rgb(186,223,192); }
div.DivClassName
{
background-color: #BADFC0;
}
.BgClassName
{
background-color: #BADFC0;
}
</style>
border-color css
<style>
span { border-color: #BADFC0; }
span { border-color: rgb(186,223,192); }
td.TdClassName
{
border-color: #BADFC0;
}
.TagClassName
{
border-color: #BADFC0;
}
</style>