Html Css Color HEX #AADCBA Fringy Flower

📋 copy color: '#AADCBA'

red 170 ◦ green 220 ◦ blue 186

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

Shades of Fringy Flower #AADCBA

Tints of Fringy Flower #AADCBA

RGB

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

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

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

R = 29.51%
G = 38.19%
B = 32.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#AADCBA (or 0xAADCBA) is known color: Fringy Flower. HEX triplet: AA, DC and BA. RGB value is (170,220,186). Sum of RGB (Red+Green+Blue) = 170+220+186=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCBA is #552345. Grayscale: #C9C9C9. Windows color (decimal): -5579590 or 12246186. OLE color: 12246186.

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

Color convert

RGB 170 220 186 -
CMYK 0.23 0 0.15 0.14
HSL 139.2º 0.42% 0.76% -
HSV(B) 139.2º 0.23% 0.86% -
XYZ 51.03 63.28 55.98 -
YUV 201.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 170 220 186 0.23 0 0.15 0.14 139.2 0.42 0.76
Hex AA DC BA 17 0 F E 8B 2A 4C
Octal 252 334 272 27 0 17 16 213 52 114
Binary 10101010 11011100 10111010 10111 0 1111 1110 10001011 101010 1001100

Color Harmonies of #AADCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCBA

Black with #AADCBA

Text Example


Text Example

White with #AADCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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