#ABDABD

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

Shades of Fringy Flower #ABDABD

Tints of Fringy Flower #ABDABD

Color information

#ABDABD (or 0xABDABD) is unknown color: approx Fringy Flower. HEX triplet: AB, DA and BD. RGB value is (171,218,189). Sum of RGB (Red+Green+Blue) = 171+218+189=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDABD is #542542. Grayscale: #C8C8C8. Windows color (decimal): -5514563 or 12442283. OLE color: 12442283.

HSL color Cylindrical-coordinate representation of color #ABDABD: hue angle of 142.98º 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 #ABDABD is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB171218189-
CMYK0.2200.130.15
HSL142.98º38.84%76.27%-
HSV(B)142.98º21.56%85.49%-
XYZ51.0562.4757.51-
YUV200.64121.43106.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=29.58%
G=37.72%
B=32.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181890.2200.130.15142.9838.8476.27
HexABDABD160DF8f274c
Octal253332275260151721747114
Binary10101011110110101011110110110011011111100011111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDABD; }

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

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

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

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

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

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

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

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