Shades of Fringy Flower #ADDFBC
Tints of Fringy Flower #ADDFBC
RGB
CMYK
RGB Variations
Color information
#ADDFBC (or 0xADDFBC) is known color: Fringy Flower. HEX triplet: AD, DF and BC. RGB value is (173,223,188). Sum of RGB (Red+Green+Blue) = 173+223+188=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFBC is #522043. Grayscale: #CCCCCC. Windows color (decimal): -5382212 or 12378029. OLE color: 12378029.
HSL color Cylindrical-coordinate representation of color #ADDFBC: hue angle of 138º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFBC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 188 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.13 |
| HSL | 138º | 0.44% | 0.78% | - |
| HSV(B) | 138º | 0.22% | 0.87% | - |
| XYZ | 52.7 | 65.29 | 57.4 | - |
| YUV | 204.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 188 | 0.22 | 0 | 0.16 | 0.13 | 138 | 0.44 | 0.78 |
| Hex | AD | DF | BC | 16 | 0 | 10 | D | 8A | 2C | 4E |
| Octal | 255 | 337 | 274 | 26 | 0 | 20 | 15 | 212 | 54 | 116 |
| Binary | 10101101 | 11011111 | 10111100 | 10110 | 0 | 10000 | 1101 | 10001010 | 101100 | 1001110 |
Color Harmonies of #ADDFBC
Complementary color
Monochromatic Colors of #ADDFBC
Black with #ADDFBC
Text Example
Text Example
White with #ADDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFBC; }
p { color: rgb(173,223,188); }
H1.HeaderClassName
{
color: #ADDFBC;
}
.AnyTagClassName
{
color: #ADDFBC;
}
</style>
background-color css
<style>
a { background-color: #ADDFBC; }
a { background-color: rgb(173,223,188); }
div.DivClassName
{
background-color: #ADDFBC;
}
.BgClassName
{
background-color: #ADDFBC;
}
</style>
border-color css
<style>
span { border-color: #ADDFBC; }
span { border-color: rgb(173,223,188); }
td.TdClassName
{
border-color: #ADDFBC;
}
.TagClassName
{
border-color: #ADDFBC;
}
</style>