Html Css Color HEX #ACDDBE Fringy Flower

📋 copy color: '#ACDDBE'

red 172 ◦ green 221 ◦ blue 190

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

Shades of Fringy Flower #ACDDBE

Tints of Fringy Flower #ACDDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 29.5%
G = 37.91%
B = 32.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#ACDDBE (or 0xACDDBE) is known color: Fringy Flower. HEX triplet: AC, DD and BE. RGB value is (172,221,190). Sum of RGB (Red+Green+Blue) = 172+221+190=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDBE is #532241. Grayscale: #CACACA. Windows color (decimal): -5448258 or 12508588. OLE color: 12508588.

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

Color convert

RGB 172 221 190 -
CMYK 0.22 0 0.14 0.13
HSL 142.04º 0.42% 0.77% -
HSV(B) 142.04º 0.22% 0.87% -
XYZ 52.16 64.2 58.36 -
YUV 202.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 172 221 190 0.22 0 0.14 0.13 142.04 0.42 0.77
Hex AC DD BE 16 0 E D 8E 2A 4D
Octal 254 335 276 26 0 16 15 216 52 115
Binary 10101100 11011101 10111110 10110 0 1110 1101 10001110 101010 1001101

Color Harmonies of #ACDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDBE

Black with #ACDDBE

Text Example


Text Example

White with #ACDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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