Html Css Color HEX #AABCE5 Perano

📋 copy color: '#AABCE5'

red 170 ◦ green 188 ◦ blue 229

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

Shades of Perano #AABCE5

Tints of Perano #AABCE5

RGB

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

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

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

R = 28.96%
G = 32.03%
B = 39.01%

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

#AABCE5 (or 0xAABCE5) is known color: Perano. HEX triplet: AA, BC and E5. RGB value is (170,188,229). Sum of RGB (Red+Green+Blue) = 170+188+229=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #AABCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCE5 is #55431A. Grayscale: #BBBBBB. Windows color (decimal): -5587739 or 15056042. OLE color: 15056042.

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

Color convert

RGB 170 188 229 -
CMYK 0.26 0.18 0 0.10
HSL 221.69º 0.53% 0.78% -
HSV(B) 221.69º 0.26% 0.9% -
XYZ 48.7 50.17 81.25 -
YUV 187.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 170 188 229 0.26 0.18 0 0.10 221.69 0.53 0.78
Hex AA BC E5 1A 12 0 A DE 35 4E
Octal 252 274 345 32 22 0 12 336 65 116
Binary 10101010 10111100 11100101 11010 10010 0 1010 11011110 110101 1001110

Color Harmonies of #AABCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCE5

Black with #AABCE5

Text Example


Text Example

White with #AABCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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