Html Css Color HEX #AABBE3 Perano

📋 copy color: '#AABBE3'

red 170 ◦ green 187 ◦ blue 227

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

Shades of Perano #AABBE3

Tints of Perano #AABBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.87%

R = 29.11%
G = 32.02%
B = 38.87%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AABBE3 (or 0xAABBE3) is known color: Perano. HEX triplet: AA, BB and E3. RGB value is (170,187,227). Sum of RGB (Red+Green+Blue) = 170+187+227=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #AABBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBE3 is #55441C. Grayscale: #BABABA. Windows color (decimal): -5587997 or 14924714. OLE color: 14924714.

HSL color Cylindrical-coordinate representation of color #AABBE3: hue angle of 222.11º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABBE3 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 187 227 -
CMYK 0.25 0.18 0 0.11
HSL 222.11º 0.5% 0.78% -
HSV(B) 222.11º 0.25% 0.89% -
XYZ 48.21 49.63 79.71 -
YUV 186.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 170 187 227 0.25 0.18 0 0.11 222.11 0.5 0.78
Hex AA BB E3 19 12 0 B DE 32 4E
Octal 252 273 343 31 22 0 13 336 62 116
Binary 10101010 10111011 11100011 11001 10010 0 1011 11011110 110010 1001110

Color Harmonies of #AABBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBE3

Black with #AABBE3

Text Example


Text Example

White with #AABBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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