Html Css Color HEX #AABBE5 Perano

📋 copy color: '#AABBE5'

red 170 ◦ green 187 ◦ blue 229

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

Shades of Perano #AABBE5

Tints of Perano #AABBE5

RGB

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

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

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

R = 29.01%
G = 31.91%
B = 39.08%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AABBE5 (or 0xAABBE5) is known color: Perano. HEX triplet: AA, BB and E5. RGB value is (170,187,229). Sum of RGB (Red+Green+Blue) = 170+187+229=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #AABBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBE5 is #55441A. Grayscale: #BABABA. Windows color (decimal): -5587995 or 15055786. OLE color: 15055786.

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

Color convert

RGB 170 187 229 -
CMYK 0.26 0.18 0 0.10
HSL 222.71º 0.53% 0.78% -
HSV(B) 222.71º 0.26% 0.9% -
XYZ 48.49 49.74 81.17 -
YUV 186.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 170 187 229 0.26 0.18 0 0.10 222.71 0.53 0.78
Hex AA BB E5 1A 12 0 A DF 35 4E
Octal 252 273 345 32 22 0 12 337 65 116
Binary 10101010 10111011 11100101 11010 10010 0 1010 11011111 110101 1001110

Color Harmonies of #AABBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBE5

Black with #AABBE5

Text Example


Text Example

White with #AABBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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