Html Css Color HEX #ACDFBC Fringy Flower

📋 copy color: '#ACDFBC'

red 172 ◦ green 223 ◦ blue 188

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

Shades of Fringy Flower #ACDFBC

Tints of Fringy Flower #ACDFBC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.25%

 BLUE value IS 188 (73.83% from 255) = 32.25%

R = 29.5%
G = 38.25%
B = 32.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#ACDFBC (or 0xACDFBC) is known color: Fringy Flower. HEX triplet: AC, DF and BC. RGB value is (172,223,188). Sum of RGB (Red+Green+Blue) = 172+223+188=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFBC is #532043. Grayscale: #CBCBCB. Windows color (decimal): -5447748 or 12378028. OLE color: 12378028.

HSL color Cylindrical-coordinate representation of color #ACDFBC: hue angle of 138.82º degrees, saturation: 0.44, 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 #ACDFBC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 188 -
CMYK 0.23 0 0.16 0.13
HSL 138.82º 0.44% 0.77% -
HSV(B) 138.82º 0.23% 0.87% -
XYZ 52.48 65.18 57.39 -
YUV 203.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 172 223 188 0.23 0 0.16 0.13 138.82 0.44 0.77
Hex AC DF BC 17 0 10 D 8B 2C 4D
Octal 254 337 274 27 0 20 15 213 54 115
Binary 10101100 11011111 10111100 10111 0 10000 1101 10001011 101100 1001101

Color Harmonies of #ACDFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFBC

Black with #ACDFBC

Text Example


Text Example

White with #ACDFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFBC; }

 p { color: rgb(172,223,188); }

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

background-color css

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

 a { background-color: rgb(172,223,188); }

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

border-color css

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

 span { border-color: rgb(172,223,188); }

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