Html Css Color HEX #AAB4DE Perano

📋 copy color: '#AAB4DE'

red 170 ◦ green 180 ◦ blue 222

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

Shades of Perano #AAB4DE

Tints of Perano #AAB4DE

RGB

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

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

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

R = 29.72%
G = 31.47%
B = 38.81%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB4DE (or 0xAAB4DE) is known color: Perano. HEX triplet: AA, B4 and DE. RGB value is (170,180,222). Sum of RGB (Red+Green+Blue) = 170+180+222=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4DE is #554B21. Grayscale: #B5B5B5. Windows color (decimal): -5589794 or 14595242. OLE color: 14595242.

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

Color convert

RGB 170 180 222 -
CMYK 0.23 0.19 0 0.13
HSL 228.46º 0.44% 0.77% -
HSV(B) 228.46º 0.23% 0.87% -
XYZ 46.08 46.46 75.65 -
YUV 181.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 170 180 222 0.23 0.19 0 0.13 228.46 0.44 0.77
Hex AA B4 DE 17 13 0 D E4 2C 4D
Octal 252 264 336 27 23 0 15 344 54 115
Binary 10101010 10110100 11011110 10111 10011 0 1101 11100100 101100 1001101

Color Harmonies of #AAB4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4DE

Black with #AAB4DE

Text Example


Text Example

White with #AAB4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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