Html Css Color HEX #AAB1EA Perano

📋 copy color: '#AAB1EA'

red 170 ◦ green 177 ◦ blue 234

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

Shades of Perano #AAB1EA

Tints of Perano #AAB1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.46%

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 29.26%
G = 30.46%
B = 40.28%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAB1EA (or 0xAAB1EA) is known color: Perano. HEX triplet: AA, B1 and EA. RGB value is (170,177,234). Sum of RGB (Red+Green+Blue) = 170+177+234=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAB1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB1EA is #554E15. Grayscale: #B5B5B5. Windows color (decimal): -5590550 or 15380906. OLE color: 15380906.

HSL color Cylindrical-coordinate representation of color #AAB1EA: hue angle of 233.44º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB1EA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 177 234 -
CMYK 0.27 0.24 0 0.08
HSL 233.44º 0.6% 0.79% -
HSV(B) 233.44º 0.27% 0.92% -
XYZ 47.15 45.93 84.22 -
YUV 181.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 170 177 234 0.27 0.24 0 0.08 233.44 0.6 0.79
Hex AA B1 EA 1B 18 0 8 E9 3C 4F
Octal 252 261 352 33 30 0 10 351 74 117
Binary 10101010 10110001 11101010 11011 11000 0 1000 11101001 111100 1001111

Color Harmonies of #AAB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1EA

Black with #AAB1EA

Text Example


Text Example

White with #AAB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1EA; }

 p { color: rgb(170,177,234); }

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

background-color css

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

 a { background-color: rgb(170,177,234); }

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

border-color css

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

 span { border-color: rgb(170,177,234); }

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