Html Css Color HEX #AAB5DC Perano

📋 copy color: '#AAB5DC'

red 170 ◦ green 181 ◦ blue 220

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

Shades of Perano #AAB5DC

Tints of Perano #AAB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.7%

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

R = 29.77%
G = 31.7%
B = 38.53%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAB5DC (or 0xAAB5DC) is known color: Perano. HEX triplet: AA, B5 and DC. RGB value is (170,181,220). Sum of RGB (Red+Green+Blue) = 170+181+220=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5DC is #554A23. Grayscale: #B5B5B5. Windows color (decimal): -5589540 or 14464426. OLE color: 14464426.

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

Color convert

RGB 170 181 220 -
CMYK 0.23 0.18 0 0.14
HSL 226.8º 0.42% 0.76% -
HSV(B) 226.8º 0.23% 0.86% -
XYZ 46.02 46.76 74.31 -
YUV 182.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 170 181 220 0.23 0.18 0 0.14 226.8 0.42 0.76
Hex AA B5 DC 17 12 0 E E3 2A 4C
Octal 252 265 334 27 22 0 16 343 52 114
Binary 10101010 10110101 11011100 10111 10010 0 1110 11100011 101010 1001100

Color Harmonies of #AAB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5DC

Black with #AAB5DC

Text Example


Text Example

White with #AAB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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