Html Css Color HEX #AADCBC Fringy Flower

📋 copy color: '#AADCBC'

red 170 ◦ green 220 ◦ blue 188

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

Shades of Fringy Flower #AADCBC

Tints of Fringy Flower #AADCBC

RGB

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

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

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

R = 29.41%
G = 38.06%
B = 32.53%

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

#AADCBC (or 0xAADCBC) is known color: Fringy Flower. HEX triplet: AA, DC and BC. RGB value is (170,220,188). Sum of RGB (Red+Green+Blue) = 170+220+188=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCBC is #552343. Grayscale: #C9C9C9. Windows color (decimal): -5579588 or 12377258. OLE color: 12377258.

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

Color convert

RGB 170 220 188 -
CMYK 0.23 0 0.15 0.14
HSL 141.6º 0.42% 0.76% -
HSV(B) 141.6º 0.23% 0.86% -
XYZ 51.25 63.36 57.11 -
YUV 201.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 170 220 188 0.23 0 0.15 0.14 141.6 0.42 0.76
Hex AA DC BC 17 0 F E 8E 2A 4C
Octal 252 334 274 27 0 17 16 216 52 114
Binary 10101010 11011100 10111100 10111 0 1111 1110 10001110 101010 1001100

Color Harmonies of #AADCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCBC

Black with #AADCBC

Text Example


Text Example

White with #AADCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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