Html Css Color HEX #AAB5DD Perano

📋 copy color: '#AAB5DD'

red 170 ◦ green 181 ◦ blue 221

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

Shades of Perano #AAB5DD

Tints of Perano #AAB5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 29.72%
G = 31.64%
B = 38.64%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB5DD (or 0xAAB5DD) is known color: Perano. HEX triplet: AA, B5 and DD. RGB value is (170,181,221). Sum of RGB (Red+Green+Blue) = 170+181+221=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAB5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5DD is #554A22. Grayscale: #B6B6B6. Windows color (decimal): -5589539 or 14529962. OLE color: 14529962.

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

Color convert

RGB 170 181 221 -
CMYK 0.23 0.18 0 0.13
HSL 227.06º 0.43% 0.77% -
HSV(B) 227.06º 0.23% 0.87% -
XYZ 46.15 46.81 75.01 -
YUV 182.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 170 181 221 0.23 0.18 0 0.13 227.06 0.43 0.77
Hex AA B5 DD 17 12 0 D E3 2B 4D
Octal 252 265 335 27 22 0 15 343 53 115
Binary 10101010 10110101 11011101 10111 10010 0 1101 11100011 101011 1001101

Color Harmonies of #AAB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5DD

Black with #AAB5DD

Text Example


Text Example

White with #AAB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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