Html Css Color HEX #AADCB8 Fringy Flower

📋 copy color: '#AADCB8'

red 170 ◦ green 220 ◦ blue 184

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

Shades of Fringy Flower #AADCB8

Tints of Fringy Flower #AADCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.06%

R = 29.62%
G = 38.33%
B = 32.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#AADCB8 (or 0xAADCB8) is known color: Fringy Flower. HEX triplet: AA, DC and B8. RGB value is (170,220,184). Sum of RGB (Red+Green+Blue) = 170+220+184=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCB8 is #552347. Grayscale: #C9C9C9. Windows color (decimal): -5579592 or 12115114. OLE color: 12115114.

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

Color convert

RGB 170 220 184 -
CMYK 0.23 0 0.16 0.14
HSL 136.8º 0.42% 0.76% -
HSV(B) 136.8º 0.23% 0.86% -
XYZ 50.82 63.19 54.87 -
YUV 200.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 170 220 184 0.23 0 0.16 0.14 136.8 0.42 0.76
Hex AA DC B8 17 0 10 E 89 2A 4C
Octal 252 334 270 27 0 20 16 211 52 114
Binary 10101010 11011100 10111000 10111 0 10000 1110 10001001 101010 1001100

Color Harmonies of #AADCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCB8

Black with #AADCB8

Text Example


Text Example

White with #AADCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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