Shades of Fringy Flower #ACF0BC
Tints of Fringy Flower #ACF0BC
RGB
CMYK
RGB Variations
Color information
#ACF0BC (or 0xACF0BC) is known color: Fringy Flower. HEX triplet: AC, F0 and BC. RGB value is (172,240,188). Sum of RGB (Red+Green+Blue) = 172+240+188=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0BC is #530F43. Grayscale: #D5D5D5. Windows color (decimal): -5443396 or 12382380. OLE color: 12382380.
HSL color Cylindrical-coordinate representation of color #ACF0BC: hue angle of 134.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0BC is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 188 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.06 |
| HSL | 134.12º | 0.69% | 0.81% | - |
| HSV(B) | 134.12º | 0.28% | 0.94% | - |
| XYZ | 57.25 | 74.72 | 58.98 | - |
| YUV | 213.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 188 | 0.28 | 0 | 0.22 | 0.06 | 134.12 | 0.69 | 0.81 |
| Hex | AC | F0 | BC | 1C | 0 | 16 | 6 | 86 | 45 | 51 |
| Octal | 254 | 360 | 274 | 34 | 0 | 26 | 6 | 206 | 105 | 121 |
| Binary | 10101100 | 11110000 | 10111100 | 11100 | 0 | 10110 | 110 | 10000110 | 1000101 | 1010001 |
Color Harmonies of #ACF0BC
Complementary color
Monochromatic Colors of #ACF0BC
Black with #ACF0BC
Text Example
Text Example
White with #ACF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0BC; }
p { color: rgb(172,240,188); }
H1.HeaderClassName
{
color: #ACF0BC;
}
.AnyTagClassName
{
color: #ACF0BC;
}
</style>
background-color css
<style>
a { background-color: #ACF0BC; }
a { background-color: rgb(172,240,188); }
div.DivClassName
{
background-color: #ACF0BC;
}
.BgClassName
{
background-color: #ACF0BC;
}
</style>
border-color css
<style>
span { border-color: #ACF0BC; }
span { border-color: rgb(172,240,188); }
td.TdClassName
{
border-color: #ACF0BC;
}
.TagClassName
{
border-color: #ACF0BC;
}
</style>