Html Css Color HEX #AADABA Fringy Flower

📋 copy color: '#AADABA'

red 170 ◦ green 218 ◦ blue 186

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

Shades of Fringy Flower #AADABA

Tints of Fringy Flower #AADABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.98%

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

R = 29.62%
G = 37.98%
B = 32.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#AADABA (or 0xAADABA) is known color: Fringy Flower. HEX triplet: AA, DA and BA. RGB value is (170,218,186). Sum of RGB (Red+Green+Blue) = 170+218+186=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #AADABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADABA is #552545. Grayscale: #C8C8C8. Windows color (decimal): -5580102 or 12245674. OLE color: 12245674.

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

Color convert

RGB 170 218 186 -
CMYK 0.22 0 0.15 0.15
HSL 140º 0.39% 0.76% -
HSV(B) 140º 0.22% 0.85% -
XYZ 50.51 62.23 55.8 -
YUV 200 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 170 218 186 0.22 0 0.15 0.15 140 0.39 0.76
Hex AA DA BA 16 0 F F 8C 27 4C
Octal 252 332 272 26 0 17 17 214 47 114
Binary 10101010 11011010 10111010 10110 0 1111 1111 10001100 100111 1001100

Color Harmonies of #AADABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADABA

Black with #AADABA

Text Example


Text Example

White with #AADABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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