Html Css Color HEX #AABADE Perano

📋 copy color: '#AABADE'

red 170 ◦ green 186 ◦ blue 222

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

Shades of Perano #AABADE

Tints of Perano #AABADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.18%

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 29.41%
G = 32.18%
B = 38.41%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AABADE (or 0xAABADE) is known color: Perano. HEX triplet: AA, BA and DE. RGB value is (170,186,222). Sum of RGB (Red+Green+Blue) = 170+186+222=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #AABADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABADE is #554521. Grayscale: #B9B9B9. Windows color (decimal): -5588258 or 14596778. OLE color: 14596778.

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

Color convert

RGB 170 186 222 -
CMYK 0.23 0.16 0 0.13
HSL 221.54º 0.44% 0.77% -
HSV(B) 221.54º 0.23% 0.87% -
XYZ 47.32 48.94 76.06 -
YUV 185.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 170 186 222 0.23 0.16 0 0.13 221.54 0.44 0.77
Hex AA BA DE 17 10 0 D DE 2C 4D
Octal 252 272 336 27 20 0 15 336 54 115
Binary 10101010 10111010 11011110 10111 10000 0 1101 11011110 101100 1001101

Color Harmonies of #AABADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABADE

Black with #AABADE

Text Example


Text Example

White with #AABADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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