Shades of Fringy Flower #BADDBF
Tints of Fringy Flower #BADDBF
RGB
CMYK
RGB Variations
Color information
#BADDBF (or 0xBADDBF) is known color: Fringy Flower. HEX triplet: BA, DD and BF. RGB value is (186,221,191). Sum of RGB (Red+Green+Blue) = 186+221+191=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDBF is #452240. Grayscale: #CFCFCF. Windows color (decimal): -4530753 or 12574138. OLE color: 12574138.
HSL color Cylindrical-coordinate representation of color #BADDBF: hue angle of 128.57º degrees, saturation: 0.34, 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 #BADDBF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 191 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.13 |
| HSL | 128.57º | 0.34% | 0.8% | - |
| HSV(B) | 128.57º | 0.16% | 0.87% | - |
| XYZ | 55.51 | 65.91 | 59.09 | - |
| YUV | 207.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 191 | 0.16 | 0 | 0.14 | 0.13 | 128.57 | 0.34 | 0.8 |
| Hex | BA | DD | BF | 10 | 0 | E | D | 81 | 22 | 50 |
| Octal | 272 | 335 | 277 | 20 | 0 | 16 | 15 | 201 | 42 | 120 |
| Binary | 10111010 | 11011101 | 10111111 | 10000 | 0 | 1110 | 1101 | 10000001 | 100010 | 1010000 |
Color Harmonies of #BADDBF
Complementary color
Monochromatic Colors of #BADDBF
Black with #BADDBF
Text Example
Text Example
White with #BADDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDBF; }
p { color: rgb(186,221,191); }
H1.HeaderClassName
{
color: #BADDBF;
}
.AnyTagClassName
{
color: #BADDBF;
}
</style>
background-color css
<style>
a { background-color: #BADDBF; }
a { background-color: rgb(186,221,191); }
div.DivClassName
{
background-color: #BADDBF;
}
.BgClassName
{
background-color: #BADDBF;
}
</style>
border-color css
<style>
span { border-color: #BADDBF; }
span { border-color: rgb(186,221,191); }
td.TdClassName
{
border-color: #BADDBF;
}
.TagClassName
{
border-color: #BADDBF;
}
</style>