Shades of Fringy Flower #ADDBBA
Tints of Fringy Flower #ADDBBA
RGB
CMYK
RGB Variations
Color information
#ADDBBA (or 0xADDBBA) is known color: Fringy Flower. HEX triplet: AD, DB and BA. RGB value is (173,219,186). Sum of RGB (Red+Green+Blue) = 173+219+186=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBBA is #522445. Grayscale: #C9C9C9. Windows color (decimal): -5383238 or 12245933. OLE color: 12245933.
HSL color Cylindrical-coordinate representation of color #ADDBBA: hue angle of 136.96º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBBA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 186 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.14 |
| HSL | 136.96º | 0.39% | 0.77% | - |
| HSV(B) | 136.96º | 0.21% | 0.86% | - |
| XYZ | 51.43 | 63.09 | 55.92 | - |
| YUV | 201.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 186 | 0.21 | 0 | 0.15 | 0.14 | 136.96 | 0.39 | 0.77 |
| Hex | AD | DB | BA | 15 | 0 | F | E | 89 | 27 | 4D |
| Octal | 255 | 333 | 272 | 25 | 0 | 17 | 16 | 211 | 47 | 115 |
| Binary | 10101101 | 11011011 | 10111010 | 10101 | 0 | 1111 | 1110 | 10001001 | 100111 | 1001101 |
Color Harmonies of #ADDBBA
Complementary color
Monochromatic Colors of #ADDBBA
Black with #ADDBBA
Text Example
Text Example
White with #ADDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBBA; }
p { color: rgb(173,219,186); }
H1.HeaderClassName
{
color: #ADDBBA;
}
.AnyTagClassName
{
color: #ADDBBA;
}
</style>
background-color css
<style>
a { background-color: #ADDBBA; }
a { background-color: rgb(173,219,186); }
div.DivClassName
{
background-color: #ADDBBA;
}
.BgClassName
{
background-color: #ADDBBA;
}
</style>
border-color css
<style>
span { border-color: #ADDBBA; }
span { border-color: rgb(173,219,186); }
td.TdClassName
{
border-color: #ADDBBA;
}
.TagClassName
{
border-color: #ADDBBA;
}
</style>