Html Css Color HEX #AADBBA Fringy Flower

📋 copy color: '#AADBBA'

red 170 ◦ green 219 ◦ blue 186

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

Shades of Fringy Flower #AADBBA

Tints of Fringy Flower #AADBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.09%

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

R = 29.57%
G = 38.09%
B = 32.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#AADBBA (or 0xAADBBA) is known color: Fringy Flower. HEX triplet: AA, DB and BA. RGB value is (170,219,186). Sum of RGB (Red+Green+Blue) = 170+219+186=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBBA is #552445. Grayscale: #C8C8C8. Windows color (decimal): -5579846 or 12245930. OLE color: 12245930.

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

Color convert

RGB 170 219 186 -
CMYK 0.22 0 0.15 0.14
HSL 139.59º 0.4% 0.76% -
HSV(B) 139.59º 0.22% 0.86% -
XYZ 50.77 62.75 55.89 -
YUV 200.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 170 219 186 0.22 0 0.15 0.14 139.59 0.4 0.76
Hex AA DB BA 16 0 F E 8C 28 4C
Octal 252 333 272 26 0 17 16 214 50 114
Binary 10101010 11011011 10111010 10110 0 1111 1110 10001100 101000 1001100

Color Harmonies of #AADBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBBA

Black with #AADBBA

Text Example


Text Example

White with #AADBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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