Shades of Fringy Flower #ADDBBC
Tints of Fringy Flower #ADDBBC
RGB
CMYK
RGB Variations
Color information
#ADDBBC (or 0xADDBBC) is known color: Fringy Flower. HEX triplet: AD, DB and BC. RGB value is (173,219,188). Sum of RGB (Red+Green+Blue) = 173+219+188=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBBC is #522443. Grayscale: #C9C9C9. Windows color (decimal): -5383236 or 12377005. OLE color: 12377005.
HSL color Cylindrical-coordinate representation of color #ADDBBC: hue angle of 139.57º 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 #ADDBBC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 188 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.14 |
| HSL | 139.57º | 0.39% | 0.77% | - |
| HSV(B) | 139.57º | 0.21% | 0.86% | - |
| XYZ | 51.64 | 63.18 | 57.05 | - |
| YUV | 201.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 188 | 0.21 | 0 | 0.14 | 0.14 | 139.57 | 0.39 | 0.77 |
| Hex | AD | DB | BC | 15 | 0 | E | E | 8C | 27 | 4D |
| Octal | 255 | 333 | 274 | 25 | 0 | 16 | 16 | 214 | 47 | 115 |
| Binary | 10101101 | 11011011 | 10111100 | 10101 | 0 | 1110 | 1110 | 10001100 | 100111 | 1001101 |
Color Harmonies of #ADDBBC
Complementary color
Monochromatic Colors of #ADDBBC
Black with #ADDBBC
Text Example
Text Example
White with #ADDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBBC; }
p { color: rgb(173,219,188); }
H1.HeaderClassName
{
color: #ADDBBC;
}
.AnyTagClassName
{
color: #ADDBBC;
}
</style>
background-color css
<style>
a { background-color: #ADDBBC; }
a { background-color: rgb(173,219,188); }
div.DivClassName
{
background-color: #ADDBBC;
}
.BgClassName
{
background-color: #ADDBBC;
}
</style>
border-color css
<style>
span { border-color: #ADDBBC; }
span { border-color: rgb(173,219,188); }
td.TdClassName
{
border-color: #ADDBBC;
}
.TagClassName
{
border-color: #ADDBBC;
}
</style>