Html Css Color HEX #AAB1E9 Perano

📋 copy color: '#AAB1E9'

red 170 ◦ green 177 ◦ blue 233

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

Shades of Perano #AAB1E9

Tints of Perano #AAB1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.17%

R = 29.31%
G = 30.52%
B = 40.17%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAB1E9 (or 0xAAB1E9) is known color: Perano. HEX triplet: AA, B1 and E9. RGB value is (170,177,233). Sum of RGB (Red+Green+Blue) = 170+177+233=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAB1E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB1E9 is #554E16. Grayscale: #B5B5B5. Windows color (decimal): -5590551 or 15315370. OLE color: 15315370.

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

Color convert

RGB 170 177 233 -
CMYK 0.27 0.24 0 0.09
HSL 233.33º 0.59% 0.79% -
HSV(B) 233.33º 0.27% 0.91% -
XYZ 47.01 45.87 83.47 -
YUV 181.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 170 177 233 0.27 0.24 0 0.09 233.33 0.59 0.79
Hex AA B1 E9 1B 18 0 9 E9 3B 4F
Octal 252 261 351 33 30 0 11 351 73 117
Binary 10101010 10110001 11101001 11011 11000 0 1001 11101001 111011 1001111

Color Harmonies of #AAB1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1E9

Black with #AAB1E9

Text Example


Text Example

White with #AAB1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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