Html Css Color HEX #AAB3E5 Perano

📋 copy color: '#AAB3E5'

red 170 ◦ green 179 ◦ blue 229

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

Shades of Perano #AAB3E5

Tints of Perano #AAB3E5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.97%

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

R = 29.41%
G = 30.97%
B = 39.62%

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

#AAB3E5 (or 0xAAB3E5) is known color: Perano. HEX triplet: AA, B3 and E5. RGB value is (170,179,229). Sum of RGB (Red+Green+Blue) = 170+179+229=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAB3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3E5 is #554C1A. Grayscale: #B5B5B5. Windows color (decimal): -5590043 or 15053738. OLE color: 15053738.

HSL color Cylindrical-coordinate representation of color #AAB3E5: hue angle of 230.85º 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 #AAB3E5 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 179 229 -
CMYK 0.26 0.22 0 0.10
HSL 230.85º 0.53% 0.78% -
HSV(B) 230.85º 0.26% 0.9% -
XYZ 46.84 46.44 80.62 -
YUV 182.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 170 179 229 0.26 0.22 0 0.10 230.85 0.53 0.78
Hex AA B3 E5 1A 16 0 A E7 35 4E
Octal 252 263 345 32 26 0 12 347 65 116
Binary 10101010 10110011 11100101 11010 10110 0 1010 11100111 110101 1001110

Color Harmonies of #AAB3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB3E5

Black with #AAB3E5

Text Example


Text Example

White with #AAB3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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