#ABDDBD

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

Shades of Fringy Flower #ABDDBD

Tints of Fringy Flower #ABDDBD

Color information

#ABDDBD (or 0xABDDBD) is unknown color: approx Fringy Flower. HEX triplet: AB, DD and BD. RGB value is (171,221,189). Sum of RGB (Red+Green+Blue) = 171+221+189=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDBD is #542242. Grayscale: #CACACA. Windows color (decimal): -5513795 or 12443051. OLE color: 12443051.

HSL color Cylindrical-coordinate representation of color #ABDDBD: hue angle of 141.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDBD is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB171221189-
CMYK0.2300.140.13
HSL141.6º42.37%76.86%-
HSV(B)141.6º22.62%86.67%-
XYZ51.8464.0457.77-
YUV202.4120.44105.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=29.43%
G=38.04%
B=32.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211890.2300.140.13141.642.3776.86
HexABDDBD170ED8e2a4d
Octal253335275270161521652115
Binary10101011110111011011110110111011101101100011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDBD; }

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

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

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

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

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

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

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

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