Shades of Fringy Flower #ABECBC
Tints of Fringy Flower #ABECBC
RGB
CMYK
RGB Variations
Color information
#ABECBC (or 0xABECBC) is known color: Fringy Flower. HEX triplet: AB, EC and BC. RGB value is (171,236,188). Sum of RGB (Red+Green+Blue) = 171+236+188=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECBC is #541343. Grayscale: #D3D3D3. Windows color (decimal): -5509956 or 12381355. OLE color: 12381355.
HSL color Cylindrical-coordinate representation of color #ABECBC: hue angle of 135.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECBC is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 188 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.07 |
| HSL | 135.69º | 0.63% | 0.8% | - |
| HSV(B) | 135.69º | 0.28% | 0.93% | - |
| XYZ | 55.87 | 72.28 | 58.58 | - |
| YUV | 211.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 188 | 0.28 | 0 | 0.20 | 0.07 | 135.69 | 0.63 | 0.8 |
| Hex | AB | EC | BC | 1C | 0 | 14 | 7 | 88 | 3F | 50 |
| Octal | 253 | 354 | 274 | 34 | 0 | 24 | 7 | 210 | 77 | 120 |
| Binary | 10101011 | 11101100 | 10111100 | 11100 | 0 | 10100 | 111 | 10001000 | 111111 | 1010000 |
Color Harmonies of #ABECBC
Complementary color
Monochromatic Colors of #ABECBC
Black with #ABECBC
Text Example
Text Example
White with #ABECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECBC; }
p { color: rgb(171,236,188); }
H1.HeaderClassName
{
color: #ABECBC;
}
.AnyTagClassName
{
color: #ABECBC;
}
</style>
background-color css
<style>
a { background-color: #ABECBC; }
a { background-color: rgb(171,236,188); }
div.DivClassName
{
background-color: #ABECBC;
}
.BgClassName
{
background-color: #ABECBC;
}
</style>
border-color css
<style>
span { border-color: #ABECBC; }
span { border-color: rgb(171,236,188); }
td.TdClassName
{
border-color: #ABECBC;
}
.TagClassName
{
border-color: #ABECBC;
}
</style>