Html Css Color HEX #AABCE2 Perano

📋 copy color: '#AABCE2'

red 170 ◦ green 188 ◦ blue 226

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

Shades of Perano #AABCE2

Tints of Perano #AABCE2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.19%

 BLUE value IS 226 (88.67% from 255) = 38.7%

R = 29.11%
G = 32.19%
B = 38.7%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AABCE2 (or 0xAABCE2) is known color: Perano. HEX triplet: AA, BC and E2. RGB value is (170,188,226). Sum of RGB (Red+Green+Blue) = 170+188+226=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #AABCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCE2 is #55431D. Grayscale: #BABABA. Windows color (decimal): -5587742 or 14859434. OLE color: 14859434.

HSL color Cylindrical-coordinate representation of color #AABCE2: hue angle of 220.71º degrees, saturation: 0.49, 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 #AABCE2 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 188 226 -
CMYK 0.25 0.17 0 0.11
HSL 220.71º 0.49% 0.78% -
HSV(B) 220.71º 0.25% 0.89% -
XYZ 48.29 50 79.06 -
YUV 186.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 170 188 226 0.25 0.17 0 0.11 220.71 0.49 0.78
Hex AA BC E2 19 11 0 B DD 31 4E
Octal 252 274 342 31 21 0 13 335 61 116
Binary 10101010 10111100 11100010 11001 10001 0 1011 11011101 110001 1001110

Color Harmonies of #AABCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCE2

Black with #AABCE2

Text Example


Text Example

White with #AABCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCE2; }

 p { color: rgb(170,188,226); }

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

background-color css

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

 a { background-color: rgb(170,188,226); }

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

border-color css

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

 span { border-color: rgb(170,188,226); }

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