Html Css Color HEX #ACDCBA Fringy Flower

📋 copy color: '#ACDCBA'

red 172 ◦ green 220 ◦ blue 186

#ACDCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #ACDCBA

Tints of Fringy Flower #ACDCBA

RGB

 RED value IS 172 (67.58% from 255) = 29.76%

 GREEN value IS 220 (86.33% from 255) = 38.06%

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 29.76%
G = 38.06%
B = 32.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#ACDCBA (or 0xACDCBA) is known color: Fringy Flower. HEX triplet: AC, DC and BA. RGB value is (172,220,186). Sum of RGB (Red+Green+Blue) = 172+220+186=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCBA is #532345. Grayscale: #C9C9C9. Windows color (decimal): -5448518 or 12246188. OLE color: 12246188.

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

Color convert

RGB 172 220 186 -
CMYK 0.22 0 0.15 0.14
HSL 137.5º 0.41% 0.77% -
HSV(B) 137.5º 0.22% 0.86% -
XYZ 51.47 63.5 56 -
YUV 201.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 172 220 186 0.22 0 0.15 0.14 137.5 0.41 0.77
Hex AC DC BA 16 0 F E 8A 29 4D
Octal 254 334 272 26 0 17 16 212 51 115
Binary 10101100 11011100 10111010 10110 0 1111 1110 10001010 101001 1001101

Color Harmonies of #ACDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCBA

Black with #ACDCBA

Text Example


Text Example

White with #ACDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCBA; }

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

 H1.HeaderClassName
 {
   color: #ACDCBA;
 }
 .AnyTagClassName
 {
   color: #ACDCBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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