Shades of Fringy Flower #ADEBBC
Tints of Fringy Flower #ADEBBC
RGB
CMYK
RGB Variations
Color information
#ADEBBC (or 0xADEBBC) is known color: Fringy Flower. HEX triplet: AD, EB and BC. RGB value is (173,235,188). Sum of RGB (Red+Green+Blue) = 173+235+188=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBBC is #521443. Grayscale: #D3D3D3. Windows color (decimal): -5379140 or 12381101. OLE color: 12381101.
HSL color Cylindrical-coordinate representation of color #ADEBBC: hue angle of 134.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBBC is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 188 | - |
| CMYK | 0.26 | 0 | 0.2 | 0.08 |
| HSL | 134.52º | 0.61% | 0.8% | - |
| HSV(B) | 134.52º | 0.26% | 0.92% | - |
| XYZ | 56.02 | 71.93 | 58.51 | - |
| YUV | 211.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 188 | 0.26 | 0 | 0.2 | 0.08 | 134.52 | 0.61 | 0.8 |
| Hex | AD | EB | BC | 1A | 0 | 14 | 8 | 87 | 3D | 50 |
| Octal | 255 | 353 | 274 | 32 | 0 | 24 | 10 | 207 | 75 | 120 |
| Binary | 10101101 | 11101011 | 10111100 | 11010 | 0 | 10100 | 1000 | 10000111 | 111101 | 1010000 |
Color Harmonies of #ADEBBC
Complementary color
Monochromatic Colors of #ADEBBC
Black with #ADEBBC
Text Example
Text Example
White with #ADEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBBC; }
p { color: rgb(173,235,188); }
H1.HeaderClassName
{
color: #ADEBBC;
}
.AnyTagClassName
{
color: #ADEBBC;
}
</style>
background-color css
<style>
a { background-color: #ADEBBC; }
a { background-color: rgb(173,235,188); }
div.DivClassName
{
background-color: #ADEBBC;
}
.BgClassName
{
background-color: #ADEBBC;
}
</style>
border-color css
<style>
span { border-color: #ADEBBC; }
span { border-color: rgb(173,235,188); }
td.TdClassName
{
border-color: #ADEBBC;
}
.TagClassName
{
border-color: #ADEBBC;
}
</style>