#ABDABC

Color #ABDABC Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ABDABC

Tints of Fringy Flower #ABDABC

Color information

#ABDABC (or 0xABDABC) is unknown color: approx Fringy Flower. HEX triplet: AB, DA and BC. RGB value is (171,218,188). Sum of RGB (Red+Green+Blue) = 171+218+188=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDABC is #542543. Grayscale: #C8C8C8. Windows color (decimal): -5514564 or 12376747. OLE color: 12376747.

HSL color Cylindrical-coordinate representation of color #ABDABC: hue angle of 141.7º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDABC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB171218188-
CMYK0.2200.140.15
HSL141.7º38.84%76.27%-
HSV(B)141.7º21.56%85.49%-
XYZ50.9462.4356.94-
YUV200.53120.93106.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=29.64%
G=37.78%
B=32.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181880.2200.140.15141.738.8476.27
HexABDABC160EF8e274c
Octal253332274260161721647114
Binary10101011110110101011110010110011101111100011101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDABC; }

 p { color: rgb(171,218,188); }

 H1.HeaderClassName
 {
   color: #ABDABC;
 }
 .AnyTagClassName
 {
   color: #ABDABC;
 }
</style>
background-color css

<style>
 a { background-color: #ABDABC; }

 a { background-color: rgb(171,218,188); }

 div.DivClassName
 {
   background-color: #ABDABC;
 }
 .BgClassName
 {
   background-color: #ABDABC;
 }
</style>
border-color css

<style>
 span { border-color: #ABDABC; }

 span { border-color: rgb(171,218,188); }

 td.TdClassName
 {
   border-color: #ABDABC;
 }
 .TagClassName
 {
   border-color: #ABDABC;
 }
</style>