Html Css Color HEX #AADDBC Fringy Flower

📋 copy color: '#AADDBC'

red 170 ◦ green 221 ◦ blue 188

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

Shades of Fringy Flower #AADDBC

Tints of Fringy Flower #AADDBC

RGB

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

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

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

R = 29.36%
G = 38.17%
B = 32.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#AADDBC (or 0xAADDBC) is known color: Fringy Flower. HEX triplet: AA, DD and BC. RGB value is (170,221,188). Sum of RGB (Red+Green+Blue) = 170+221+188=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDBC is #552243. Grayscale: #CACACA. Windows color (decimal): -5579332 or 12377514. OLE color: 12377514.

HSL color Cylindrical-coordinate representation of color #AADDBC: hue angle of 141.18º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDBC is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 188 -
CMYK 0.23 0 0.15 0.13
HSL 141.18º 0.43% 0.77% -
HSV(B) 141.18º 0.23% 0.87% -
XYZ 51.51 63.89 57.19 -
YUV 201.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 170 221 188 0.23 0 0.15 0.13 141.18 0.43 0.77
Hex AA DD BC 17 0 F D 8D 2B 4D
Octal 252 335 274 27 0 17 15 215 53 115
Binary 10101010 11011101 10111100 10111 0 1111 1101 10001101 101011 1001101

Color Harmonies of #AADDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDBC

Black with #AADDBC

Text Example


Text Example

White with #AADDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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