Html Css Color HEX #AABBE1 Perano

📋 copy color: '#AABBE1'

red 170 ◦ green 187 ◦ blue 225

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

Shades of Perano #AABBE1

Tints of Perano #AABBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.13%

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 29.21%
G = 32.13%
B = 38.66%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AABBE1 (or 0xAABBE1) is known color: Perano. HEX triplet: AA, BB and E1. RGB value is (170,187,225). Sum of RGB (Red+Green+Blue) = 170+187+225=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #AABBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBE1 is #55441E. Grayscale: #BABABA. Windows color (decimal): -5587999 or 14793642. OLE color: 14793642.

HSL color Cylindrical-coordinate representation of color #AABBE1: hue angle of 221.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABBE1 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 187 225 -
CMYK 0.24 0.17 0 0.12
HSL 221.45º 0.48% 0.77% -
HSV(B) 221.45º 0.24% 0.88% -
XYZ 47.94 49.52 78.27 -
YUV 186.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 170 187 225 0.24 0.17 0 0.12 221.45 0.48 0.77
Hex AA BB E1 18 11 0 C DD 30 4D
Octal 252 273 341 30 21 0 14 335 60 115
Binary 10101010 10111011 11100001 11000 10001 0 1100 11011101 110000 1001101

Color Harmonies of #AABBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBE1

Black with #AABBE1

Text Example


Text Example

White with #AABBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBE1; }

 p { color: rgb(170,187,225); }

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

background-color css

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

 a { background-color: rgb(170,187,225); }

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

border-color css

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

 span { border-color: rgb(170,187,225); }

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