Html Css Color HEX #AAB9DE Perano

📋 copy color: '#AAB9DE'

red 170 ◦ green 185 ◦ blue 222

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

Shades of Perano #AAB9DE

Tints of Perano #AAB9DE

RGB

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

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

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

R = 29.46%
G = 32.06%
B = 38.47%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB9DE (or 0xAAB9DE) is known color: Perano. HEX triplet: AA, B9 and DE. RGB value is (170,185,222). Sum of RGB (Red+Green+Blue) = 170+185+222=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9DE is #554621. Grayscale: #B8B8B8. Windows color (decimal): -5588514 or 14596522. OLE color: 14596522.

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

Color convert

RGB 170 185 222 -
CMYK 0.23 0.17 0 0.13
HSL 222.69º 0.44% 0.77% -
HSV(B) 222.69º 0.23% 0.87% -
XYZ 47.11 48.52 75.99 -
YUV 184.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 170 185 222 0.23 0.17 0 0.13 222.69 0.44 0.77
Hex AA B9 DE 17 11 0 D DF 2C 4D
Octal 252 271 336 27 21 0 15 337 54 115
Binary 10101010 10111001 11011110 10111 10001 0 1101 11011111 101100 1001101

Color Harmonies of #AAB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9DE

Black with #AAB9DE

Text Example


Text Example

White with #AAB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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