Html Css Color HEX #ACDDBC Fringy Flower

📋 copy color: '#ACDDBC'

red 172 ◦ green 221 ◦ blue 188

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

Shades of Fringy Flower #ACDDBC

Tints of Fringy Flower #ACDDBC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.04%

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

R = 29.6%
G = 38.04%
B = 32.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#ACDDBC (or 0xACDDBC) is known color: Fringy Flower. HEX triplet: AC, DD and BC. RGB value is (172,221,188). Sum of RGB (Red+Green+Blue) = 172+221+188=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDBC is #532243. Grayscale: #CACACA. Windows color (decimal): -5448260 or 12377516. OLE color: 12377516.

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

Color convert

RGB 172 221 188 -
CMYK 0.22 0 0.15 0.13
HSL 139.59º 0.42% 0.77% -
HSV(B) 139.59º 0.22% 0.87% -
XYZ 51.95 64.11 57.21 -
YUV 202.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 172 221 188 0.22 0 0.15 0.13 139.59 0.42 0.77
Hex AC DD BC 16 0 F D 8C 2A 4D
Octal 254 335 274 26 0 17 15 214 52 115
Binary 10101100 11011101 10111100 10110 0 1111 1101 10001100 101010 1001101

Color Harmonies of #ACDDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDBC

Black with #ACDDBC

Text Example


Text Example

White with #ACDDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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