Html Css Color HEX #AAB9DC Perano

📋 copy color: '#AAB9DC'

red 170 ◦ green 185 ◦ blue 220

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

Shades of Perano #AAB9DC

Tints of Perano #AAB9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.17%

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 29.57%
G = 32.17%
B = 38.26%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAB9DC (or 0xAAB9DC) is known color: Perano. HEX triplet: AA, B9 and DC. RGB value is (170,185,220). Sum of RGB (Red+Green+Blue) = 170+185+220=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9DC is #554623. Grayscale: #B8B8B8. Windows color (decimal): -5588516 or 14465450. OLE color: 14465450.

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

Color convert

RGB 170 185 220 -
CMYK 0.23 0.16 0 0.14
HSL 222º 0.42% 0.76% -
HSV(B) 222º 0.23% 0.86% -
XYZ 46.84 48.41 74.59 -
YUV 184.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 170 185 220 0.23 0.16 0 0.14 222 0.42 0.76
Hex AA B9 DC 17 10 0 E DE 2A 4C
Octal 252 271 334 27 20 0 16 336 52 114
Binary 10101010 10111001 11011100 10111 10000 0 1110 11011110 101010 1001100

Color Harmonies of #AAB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9DC

Black with #AAB9DC

Text Example


Text Example

White with #AAB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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