Html Css Color HEX #AABDE5 Perano

📋 copy color: '#AABDE5'

red 170 ◦ green 189 ◦ blue 229

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

Shades of Perano #AABDE5

Tints of Perano #AABDE5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

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

R = 28.91%
G = 32.14%
B = 38.95%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AABDE5 (or 0xAABDE5) is known color: Perano. HEX triplet: AA, BD and E5. RGB value is (170,189,229). Sum of RGB (Red+Green+Blue) = 170+189+229=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #AABDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDE5 is #55421A. Grayscale: #BBBBBB. Windows color (decimal): -5587483 or 15056298. OLE color: 15056298.

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

Color convert

RGB 170 189 229 -
CMYK 0.26 0.17 0 0.10
HSL 220.68º 0.53% 0.78% -
HSV(B) 220.68º 0.26% 0.9% -
XYZ 48.92 50.6 81.32 -
YUV 187.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 170 189 229 0.26 0.17 0 0.10 220.68 0.53 0.78
Hex AA BD E5 1A 11 0 A DD 35 4E
Octal 252 275 345 32 21 0 12 335 65 116
Binary 10101010 10111101 11100101 11010 10001 0 1010 11011101 110101 1001110

Color Harmonies of #AABDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDE5

Black with #AABDE5

Text Example


Text Example

White with #AABDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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