Shades of Fringy Flower #ADE8BC
Tints of Fringy Flower #ADE8BC
RGB
CMYK
RGB Variations
Color information
#ADE8BC (or 0xADE8BC) is known color: Fringy Flower. HEX triplet: AD, E8 and BC. RGB value is (173,232,188). Sum of RGB (Red+Green+Blue) = 173+232+188=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8BC is #521743. Grayscale: #D1D1D1. Windows color (decimal): -5379908 or 12380333. OLE color: 12380333.
HSL color Cylindrical-coordinate representation of color #ADE8BC: hue angle of 135.25º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8BC is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 188 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.09 |
| HSL | 135.25º | 0.56% | 0.79% | - |
| HSV(B) | 135.25º | 0.25% | 0.91% | - |
| XYZ | 55.17 | 70.23 | 58.22 | - |
| YUV | 209.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 188 | 0.25 | 0 | 0.19 | 0.09 | 135.25 | 0.56 | 0.79 |
| Hex | AD | E8 | BC | 19 | 0 | 13 | 9 | 87 | 38 | 4F |
| Octal | 255 | 350 | 274 | 31 | 0 | 23 | 11 | 207 | 70 | 117 |
| Binary | 10101101 | 11101000 | 10111100 | 11001 | 0 | 10011 | 1001 | 10000111 | 111000 | 1001111 |
Color Harmonies of #ADE8BC
Complementary color
Monochromatic Colors of #ADE8BC
Black with #ADE8BC
Text Example
Text Example
White with #ADE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8BC; }
p { color: rgb(173,232,188); }
H1.HeaderClassName
{
color: #ADE8BC;
}
.AnyTagClassName
{
color: #ADE8BC;
}
</style>
background-color css
<style>
a { background-color: #ADE8BC; }
a { background-color: rgb(173,232,188); }
div.DivClassName
{
background-color: #ADE8BC;
}
.BgClassName
{
background-color: #ADE8BC;
}
</style>
border-color css
<style>
span { border-color: #ADE8BC; }
span { border-color: rgb(173,232,188); }
td.TdClassName
{
border-color: #ADE8BC;
}
.TagClassName
{
border-color: #ADE8BC;
}
</style>