Html Css Color HEX #AAB4DC Perano

📋 copy color: '#AAB4DC'

red 170 ◦ green 180 ◦ blue 220

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

Shades of Perano #AAB4DC

Tints of Perano #AAB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.58%

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

R = 29.82%
G = 31.58%
B = 38.6%

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

#AAB4DC (or 0xAAB4DC) is known color: Perano. HEX triplet: AA, B4 and DC. RGB value is (170,180,220). Sum of RGB (Red+Green+Blue) = 170+180+220=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4DC is #554B23. Grayscale: #B5B5B5. Windows color (decimal): -5589796 or 14464170. OLE color: 14464170.

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

Color convert

RGB 170 180 220 -
CMYK 0.23 0.18 0 0.14
HSL 228º 0.42% 0.76% -
HSV(B) 228º 0.23% 0.86% -
XYZ 45.82 46.36 74.24 -
YUV 181.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 170 180 220 0.23 0.18 0 0.14 228 0.42 0.76
Hex AA B4 DC 17 12 0 E E4 2A 4C
Octal 252 264 334 27 22 0 16 344 52 114
Binary 10101010 10110100 11011100 10111 10010 0 1110 11100100 101010 1001100

Color Harmonies of #AAB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4DC

Black with #AAB4DC

Text Example


Text Example

White with #AAB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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