Shades of Fringy Flower #BADEBD
Tints of Fringy Flower #BADEBD
RGB
CMYK
RGB Variations
Color information
#BADEBD (or 0xBADEBD) is known color: Fringy Flower. HEX triplet: BA, DE and BD. RGB value is (186,222,189). Sum of RGB (Red+Green+Blue) = 186+222+189=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEBD is #452142. Grayscale: #CFCFCF. Windows color (decimal): -4530499 or 12443322. OLE color: 12443322.
HSL color Cylindrical-coordinate representation of color #BADEBD: hue angle of 125º 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 #BADEBD is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 189 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.13 |
| HSL | 125º | 0.35% | 0.8% | - |
| HSV(B) | 125º | 0.16% | 0.87% | - |
| XYZ | 55.56 | 66.36 | 58.02 | - |
| YUV | 207.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 189 | 0.16 | 0 | 0.15 | 0.13 | 125 | 0.35 | 0.8 |
| Hex | BA | DE | BD | 10 | 0 | F | D | 7D | 23 | 50 |
| Octal | 272 | 336 | 275 | 20 | 0 | 17 | 15 | 175 | 43 | 120 |
| Binary | 10111010 | 11011110 | 10111101 | 10000 | 0 | 1111 | 1101 | 1111101 | 100011 | 1010000 |
Color Harmonies of #BADEBD
Complementary color
Monochromatic Colors of #BADEBD
Black with #BADEBD
Text Example
Text Example
White with #BADEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEBD; }
p { color: rgb(186,222,189); }
H1.HeaderClassName
{
color: #BADEBD;
}
.AnyTagClassName
{
color: #BADEBD;
}
</style>
background-color css
<style>
a { background-color: #BADEBD; }
a { background-color: rgb(186,222,189); }
div.DivClassName
{
background-color: #BADEBD;
}
.BgClassName
{
background-color: #BADEBD;
}
</style>
border-color css
<style>
span { border-color: #BADEBD; }
span { border-color: rgb(186,222,189); }
td.TdClassName
{
border-color: #BADEBD;
}
.TagClassName
{
border-color: #BADEBD;
}
</style>