Shades of Fringy Flower #A8E9BC
Tints of Fringy Flower #A8E9BC
RGB
CMYK
RGB Variations
Color information
#A8E9BC (or 0xA8E9BC) is known color: Fringy Flower. HEX triplet: A8, E9 and BC. RGB value is (168,233,188). Sum of RGB (Red+Green+Blue) = 168+233+188=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E9BC is #571643. Grayscale: #D0D0D0. Windows color (decimal): -5707332 or 12380584. OLE color: 12380584.
HSL color Cylindrical-coordinate representation of color #A8E9BC: hue angle of 138.46º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E9BC is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 233 | 188 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.09 |
| HSL | 138.46º | 0.6% | 0.79% | - |
| HSV(B) | 138.46º | 0.28% | 0.91% | - |
| XYZ | 54.36 | 70.23 | 58.27 | - |
| YUV | 208.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 188 | 0.28 | 0 | 0.19 | 0.09 | 138.46 | 0.6 | 0.79 |
| Hex | A8 | E9 | BC | 1C | 0 | 13 | 9 | 8A | 3C | 4F |
| Octal | 250 | 351 | 274 | 34 | 0 | 23 | 11 | 212 | 74 | 117 |
| Binary | 10101000 | 11101001 | 10111100 | 11100 | 0 | 10011 | 1001 | 10001010 | 111100 | 1001111 |
Color Harmonies of #A8E9BC
Complementary color
Monochromatic Colors of #A8E9BC
Black with #A8E9BC
Text Example
Text Example
White with #A8E9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E9BC; }
p { color: rgb(168,233,188); }
H1.HeaderClassName
{
color: #A8E9BC;
}
.AnyTagClassName
{
color: #A8E9BC;
}
</style>
background-color css
<style>
a { background-color: #A8E9BC; }
a { background-color: rgb(168,233,188); }
div.DivClassName
{
background-color: #A8E9BC;
}
.BgClassName
{
background-color: #A8E9BC;
}
</style>
border-color css
<style>
span { border-color: #A8E9BC; }
span { border-color: rgb(168,233,188); }
td.TdClassName
{
border-color: #A8E9BC;
}
.TagClassName
{
border-color: #A8E9BC;
}
</style>