Shades of Fringy Flower #AAFFBC
Tints of Fringy Flower #AAFFBC
RGB
CMYK
RGB Variations
Color information
#AAFFBC (or 0xAAFFBC) is known color: Fringy Flower. HEX triplet: AA, FF and BC. RGB value is (170,255,188). Sum of RGB (Red+Green+Blue) = 170+255+188=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFBC is #550043. Grayscale: #DEDEDE. Windows color (decimal): -5570628 or 12386218. OLE color: 12386218.
HSL color Cylindrical-coordinate representation of color #AAFFBC: hue angle of 132.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFBC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 188 | - |
| CMYK | 0.33 | 0 | 0.26 | 0 |
| HSL | 132.71º | 1% | 0.83% | - |
| HSV(B) | 132.71º | 0.33% | 1% | - |
| XYZ | 61.41 | 83.7 | 60.5 | - |
| YUV | 221.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 188 | 0.33 | 0 | 0.26 | 0 | 132.71 | 1 | 0.83 |
| Hex | AA | FF | BC | 21 | 0 | 1A | 0 | 85 | 64 | 53 |
| Octal | 252 | 377 | 274 | 41 | 0 | 32 | 0 | 205 | 144 | 123 |
| Binary | 10101010 | 11111111 | 10111100 | 100001 | 0 | 11010 | 0 | 10000101 | 1100100 | 1010011 |
Color Harmonies of #AAFFBC
Complementary color
Monochromatic Colors of #AAFFBC
Black with #AAFFBC
Text Example
Text Example
White with #AAFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFBC; }
p { color: rgb(170,255,188); }
H1.HeaderClassName
{
color: #AAFFBC;
}
.AnyTagClassName
{
color: #AAFFBC;
}
</style>
background-color css
<style>
a { background-color: #AAFFBC; }
a { background-color: rgb(170,255,188); }
div.DivClassName
{
background-color: #AAFFBC;
}
.BgClassName
{
background-color: #AAFFBC;
}
</style>
border-color css
<style>
span { border-color: #AAFFBC; }
span { border-color: rgb(170,255,188); }
td.TdClassName
{
border-color: #AAFFBC;
}
.TagClassName
{
border-color: #AAFFBC;
}
</style>