#ACDCBD

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

Shades of Fringy Flower #ACDCBD

Tints of Fringy Flower #ACDCBD

Color information

#ACDCBD (or 0xACDCBD) is unknown color: approx Fringy Flower. HEX triplet: AC, DC and BD. RGB value is (172,220,189). Sum of RGB (Red+Green+Blue) = 172+220+189=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCBD is #532342. Grayscale: #CACACA. Windows color (decimal): -5448515 or 12442796. OLE color: 12442796.

HSL color Cylindrical-coordinate representation of color #ACDCBD: hue angle of 141.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCBD is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB172220189-
CMYK0.2200.140.14
HSL141.25º40.68%76.86%-
HSV(B)141.25º21.82%86.27%-
XYZ51.7963.6357.7-
YUV202.11120.6106.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=29.60%
G=37.87%
B=32.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201890.2200.140.14141.2540.6876.86
HexACDCBD160EE8d294d
Octal254334275260161621551115
Binary10101100110111001011110110110011101110100011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCBD; }

 p { color: rgb(172,220,189); }

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

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

 a { background-color: rgb(172,220,189); }

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

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

 span { border-color: rgb(172,220,189); }

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