Shades of Fringy Flower #ABEDBB
Tints of Fringy Flower #ABEDBB
RGB
CMYK
RGB Variations
Color information
#ABEDBB (or 0xABEDBB) is known color: Fringy Flower. HEX triplet: AB, ED and BB. RGB value is (171,237,187). Sum of RGB (Red+Green+Blue) = 171+237+187=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDBB is #541244. Grayscale: #D3D3D3. Windows color (decimal): -5509701 or 12316075. OLE color: 12316075.
HSL color Cylindrical-coordinate representation of color #ABEDBB: hue angle of 134.55º degrees, saturation: 0.65, 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 #ABEDBB is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 187 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.07 |
| HSL | 134.55º | 0.65% | 0.8% | - |
| HSV(B) | 134.55º | 0.28% | 0.93% | - |
| XYZ | 56.05 | 72.81 | 58.11 | - |
| YUV | 211.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 187 | 0.28 | 0 | 0.21 | 0.07 | 134.55 | 0.65 | 0.8 |
| Hex | AB | ED | BB | 1C | 0 | 15 | 7 | 87 | 41 | 50 |
| Octal | 253 | 355 | 273 | 34 | 0 | 25 | 7 | 207 | 101 | 120 |
| Binary | 10101011 | 11101101 | 10111011 | 11100 | 0 | 10101 | 111 | 10000111 | 1000001 | 1010000 |
Color Harmonies of #ABEDBB
Complementary color
Monochromatic Colors of #ABEDBB
Black with #ABEDBB
Text Example
Text Example
White with #ABEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDBB; }
p { color: rgb(171,237,187); }
H1.HeaderClassName
{
color: #ABEDBB;
}
.AnyTagClassName
{
color: #ABEDBB;
}
</style>
background-color css
<style>
a { background-color: #ABEDBB; }
a { background-color: rgb(171,237,187); }
div.DivClassName
{
background-color: #ABEDBB;
}
.BgClassName
{
background-color: #ABEDBB;
}
</style>
border-color css
<style>
span { border-color: #ABEDBB; }
span { border-color: rgb(171,237,187); }
td.TdClassName
{
border-color: #ABEDBB;
}
.TagClassName
{
border-color: #ABEDBB;
}
</style>