Shades of Fringy Flower #ABEBC2
Tints of Fringy Flower #ABEBC2
RGB
CMYK
RGB Variations
Color information
#ABEBC2 (or 0xABEBC2) is known color: Fringy Flower. HEX triplet: AB, EB and C2. RGB value is (171,235,194). Sum of RGB (Red+Green+Blue) = 171+235+194=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBC2 is #54143D. Grayscale: #D3D3D3. Windows color (decimal): -5510206 or 12774315. OLE color: 12774315.
HSL color Cylindrical-coordinate representation of color #ABEBC2: hue angle of 141.56º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBC2 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 194 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.08 |
| HSL | 141.56º | 0.62% | 0.8% | - |
| HSV(B) | 141.56º | 0.27% | 0.92% | - |
| XYZ | 56.24 | 71.97 | 61.97 | - |
| YUV | 211.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 194 | 0.27 | 0 | 0.17 | 0.08 | 141.56 | 0.62 | 0.8 |
| Hex | AB | EB | C2 | 1B | 0 | 11 | 8 | 8E | 3E | 50 |
| Octal | 253 | 353 | 302 | 33 | 0 | 21 | 10 | 216 | 76 | 120 |
| Binary | 10101011 | 11101011 | 11000010 | 11011 | 0 | 10001 | 1000 | 10001110 | 111110 | 1010000 |
Color Harmonies of #ABEBC2
Complementary color
Monochromatic Colors of #ABEBC2
Black with #ABEBC2
Text Example
Text Example
White with #ABEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBC2; }
p { color: rgb(171,235,194); }
H1.HeaderClassName
{
color: #ABEBC2;
}
.AnyTagClassName
{
color: #ABEBC2;
}
</style>
background-color css
<style>
a { background-color: #ABEBC2; }
a { background-color: rgb(171,235,194); }
div.DivClassName
{
background-color: #ABEBC2;
}
.BgClassName
{
background-color: #ABEBC2;
}
</style>
border-color css
<style>
span { border-color: #ABEBC2; }
span { border-color: rgb(171,235,194); }
td.TdClassName
{
border-color: #ABEBC2;
}
.TagClassName
{
border-color: #ABEBC2;
}
</style>