Html Css Color HEX #AADCB6 Fringy Flower

📋 copy color: '#AADCB6'

red 170 ◦ green 220 ◦ blue 182

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

Shades of Fringy Flower #AADCB6

Tints of Fringy Flower #AADCB6

RGB

 RED value IS 170 (66.8% from 255) = 29.72%

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

 BLUE value IS 182 (71.48% from 255) = 31.82%

R = 29.72%
G = 38.46%
B = 31.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#AADCB6 (or 0xAADCB6) is known color: Fringy Flower. HEX triplet: AA, DC and B6. RGB value is (170,220,182). Sum of RGB (Red+Green+Blue) = 170+220+182=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCB6 is #552349. Grayscale: #C8C8C8. Windows color (decimal): -5579594 or 11984042. OLE color: 11984042.

HSL color Cylindrical-coordinate representation of color #AADCB6: hue angle of 134.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCB6 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 182 -
CMYK 0.23 0 0.17 0.14
HSL 134.4º 0.42% 0.76% -
HSV(B) 134.4º 0.23% 0.86% -
XYZ 50.61 63.11 53.77 -
YUV 200.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 170 220 182 0.23 0 0.17 0.14 134.4 0.42 0.76
Hex AA DC B6 17 0 11 E 86 2A 4C
Octal 252 334 266 27 0 21 16 206 52 114
Binary 10101010 11011100 10110110 10111 0 10001 1110 10000110 101010 1001100

Color Harmonies of #AADCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCB6

Black with #AADCB6

Text Example


Text Example

White with #AADCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCB6; }

 p { color: rgb(170,220,182); }

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

background-color css

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

 a { background-color: rgb(170,220,182); }

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

border-color css

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

 span { border-color: rgb(170,220,182); }

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