Html Css Color HEX #AAB2E5 Perano

📋 copy color: '#AAB2E5'

red 170 ◦ green 178 ◦ blue 229

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

Shades of Perano #AAB2E5

Tints of Perano #AAB2E5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.85%

 BLUE value IS 229 (89.84% from 255) = 39.69%

R = 29.46%
G = 30.85%
B = 39.69%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAB2E5 (or 0xAAB2E5) is known color: Perano. HEX triplet: AA, B2 and E5. RGB value is (170,178,229). Sum of RGB (Red+Green+Blue) = 170+178+229=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAB2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2E5 is #554D1A. Grayscale: #B5B5B5. Windows color (decimal): -5590299 or 15053482. OLE color: 15053482.

HSL color Cylindrical-coordinate representation of color #AAB2E5: hue angle of 231.86º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB2E5 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 178 229 -
CMYK 0.26 0.22 0 0.10
HSL 231.86º 0.53% 0.78% -
HSV(B) 231.86º 0.26% 0.9% -
XYZ 46.64 46.04 80.56 -
YUV 181.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 170 178 229 0.26 0.22 0 0.10 231.86 0.53 0.78
Hex AA B2 E5 1A 16 0 A E8 35 4E
Octal 252 262 345 32 26 0 12 350 65 116
Binary 10101010 10110010 11100101 11010 10110 0 1010 11101000 110101 1001110

Color Harmonies of #AAB2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2E5

Black with #AAB2E5

Text Example


Text Example

White with #AAB2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2E5; }

 p { color: rgb(170,178,229); }

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

background-color css

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

 a { background-color: rgb(170,178,229); }

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

border-color css

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

 span { border-color: rgb(170,178,229); }

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