Html Css Color HEX #AAB7DC Perano

📋 copy color: '#AAB7DC'

red 170 ◦ green 183 ◦ blue 220

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

Shades of Perano #AAB7DC

Tints of Perano #AAB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.94%

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

R = 29.67%
G = 31.94%
B = 38.39%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAB7DC (or 0xAAB7DC) is known color: Perano. HEX triplet: AA, B7 and DC. RGB value is (170,183,220). Sum of RGB (Red+Green+Blue) = 170+183+220=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7DC is #554823. Grayscale: #B7B7B7. Windows color (decimal): -5589028 or 14464938. OLE color: 14464938.

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

Color convert

RGB 170 183 220 -
CMYK 0.23 0.17 0 0.14
HSL 224.4º 0.42% 0.76% -
HSV(B) 224.4º 0.23% 0.86% -
XYZ 46.43 47.58 74.45 -
YUV 183.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 170 183 220 0.23 0.17 0 0.14 224.4 0.42 0.76
Hex AA B7 DC 17 11 0 E E0 2A 4C
Octal 252 267 334 27 21 0 16 340 52 114
Binary 10101010 10110111 11011100 10111 10001 0 1110 11100000 101010 1001100

Color Harmonies of #AAB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7DC

Black with #AAB7DC

Text Example


Text Example

White with #AAB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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