Shades of Fringy Flower #BADDBD
Tints of Fringy Flower #BADDBD
RGB
CMYK
RGB Variations
Color information
#BADDBD (or 0xBADDBD) is known color: Fringy Flower. HEX triplet: BA, DD and BD. RGB value is (186,221,189). Sum of RGB (Red+Green+Blue) = 186+221+189=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDBD is #452242. Grayscale: #CECECE. Windows color (decimal): -4530755 or 12443066. OLE color: 12443066.
HSL color Cylindrical-coordinate representation of color #BADDBD: hue angle of 125.14º 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 #BADDBD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 186 | 221 | 189 | - |
CMYK | 0.16 | 0 | 0.14 | 0.13 |
HSL | 125.14º | 0.34% | 0.8% | - |
HSV(B) | 125.14º | 0.16% | 0.87% | - |
XYZ | 55.29 | 65.83 | 57.94 | - |
YUV | 206.89 | 117.9 | 113.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 221 | 189 | 0.16 | 0 | 0.14 | 0.13 | 125.14 | 0.34 | 0.8 |
Hex | BA | DD | BD | 10 | 0 | E | D | 7D | 22 | 50 |
Octal | 272 | 335 | 275 | 20 | 0 | 16 | 15 | 175 | 42 | 120 |
Binary | 10111010 | 11011101 | 10111101 | 10000 | 0 | 1110 | 1101 | 1111101 | 100010 | 1010000 |
Color Harmonies of #BADDBD
Complementary color
Monochromatic Colors of #BADDBD
Black with #BADDBD
Text Example
Text Example
White with #BADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDBD; }
p { color: rgb(186,221,189); }
H1.HeaderClassName
{
color: #BADDBD;
}
.AnyTagClassName
{
color: #BADDBD;
}
</style>
background-color css
<style>
a { background-color: #BADDBD; }
a { background-color: rgb(186,221,189); }
div.DivClassName
{
background-color: #BADDBD;
}
.BgClassName
{
background-color: #BADDBD;
}
</style>
border-color css
<style>
span { border-color: #BADDBD; }
span { border-color: rgb(186,221,189); }
td.TdClassName
{
border-color: #BADDBD;
}
.TagClassName
{
border-color: #BADDBD;
}
</style>