Shades of Fringy Flower #BADFBD
Tints of Fringy Flower #BADFBD
RGB
CMYK
RGB Variations
Color information
#BADFBD (or 0xBADFBD) is known color: Fringy Flower. HEX triplet: BA, DF and BD. RGB value is (186,223,189). Sum of RGB (Red+Green+Blue) = 186+223+189=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFBD is #452042. Grayscale: #D0D0D0. Windows color (decimal): -4530243 or 12443578. OLE color: 12443578.
HSL color Cylindrical-coordinate representation of color #BADFBD: hue angle of 124.86º 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 #BADFBD is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 189 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.13 |
| HSL | 124.86º | 0.37% | 0.8% | - |
| HSV(B) | 124.86º | 0.17% | 0.87% | - |
| XYZ | 55.82 | 66.89 | 58.11 | - |
| YUV | 208.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 189 | 0.17 | 0 | 0.15 | 0.13 | 124.86 | 0.37 | 0.8 |
| Hex | BA | DF | BD | 11 | 0 | F | D | 7D | 25 | 50 |
| Octal | 272 | 337 | 275 | 21 | 0 | 17 | 15 | 175 | 45 | 120 |
| Binary | 10111010 | 11011111 | 10111101 | 10001 | 0 | 1111 | 1101 | 1111101 | 100101 | 1010000 |
Color Harmonies of #BADFBD
Complementary color
Monochromatic Colors of #BADFBD
Black with #BADFBD
Text Example
Text Example
White with #BADFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFBD; }
p { color: rgb(186,223,189); }
H1.HeaderClassName
{
color: #BADFBD;
}
.AnyTagClassName
{
color: #BADFBD;
}
</style>
background-color css
<style>
a { background-color: #BADFBD; }
a { background-color: rgb(186,223,189); }
div.DivClassName
{
background-color: #BADFBD;
}
.BgClassName
{
background-color: #BADFBD;
}
</style>
border-color css
<style>
span { border-color: #BADFBD; }
span { border-color: rgb(186,223,189); }
td.TdClassName
{
border-color: #BADFBD;
}
.TagClassName
{
border-color: #BADFBD;
}
</style>