Html Css Color HEX #AABBE6 Perano

📋 copy color: '#AABBE6'

red 170 ◦ green 187 ◦ blue 230

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

Shades of Perano #AABBE6

Tints of Perano #AABBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.18%

R = 28.96%
G = 31.86%
B = 39.18%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AABBE6 (or 0xAABBE6) is known color: Perano. HEX triplet: AA, BB and E6. RGB value is (170,187,230). Sum of RGB (Red+Green+Blue) = 170+187+230=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #AABBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBE6 is #554419. Grayscale: #BABABA. Windows color (decimal): -5587994 or 15121322. OLE color: 15121322.

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

Color convert

RGB 170 187 230 -
CMYK 0.26 0.19 0 0.10
HSL 223º 0.55% 0.78% -
HSV(B) 223º 0.26% 0.9% -
XYZ 48.63 49.8 81.91 -
YUV 186.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 170 187 230 0.26 0.19 0 0.10 223 0.55 0.78
Hex AA BB E6 1A 13 0 A DF 37 4E
Octal 252 273 346 32 23 0 12 337 67 116
Binary 10101010 10111011 11100110 11010 10011 0 1010 11011111 110111 1001110

Color Harmonies of #AABBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBE6

Black with #AABBE6

Text Example


Text Example

White with #AABBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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