Html Css Color HEX #AAB5DE Perano

📋 copy color: '#AAB5DE'

red 170 ◦ green 181 ◦ blue 222

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

Shades of Perano #AAB5DE

Tints of Perano #AAB5DE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.59%

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 29.67%
G = 31.59%
B = 38.74%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB5DE (or 0xAAB5DE) is known color: Perano. HEX triplet: AA, B5 and DE. RGB value is (170,181,222). Sum of RGB (Red+Green+Blue) = 170+181+222=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5DE is #554A21. Grayscale: #B6B6B6. Windows color (decimal): -5589538 or 14595498. OLE color: 14595498.

HSL color Cylindrical-coordinate representation of color #AAB5DE: hue angle of 227.31º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB5DE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 181 222 -
CMYK 0.23 0.18 0 0.13
HSL 227.31º 0.44% 0.77% -
HSV(B) 227.31º 0.23% 0.87% -
XYZ 46.29 46.87 75.71 -
YUV 182.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 170 181 222 0.23 0.18 0 0.13 227.31 0.44 0.77
Hex AA B5 DE 17 12 0 D E3 2C 4D
Octal 252 265 336 27 22 0 15 343 54 115
Binary 10101010 10110101 11011110 10111 10010 0 1101 11100011 101100 1001101

Color Harmonies of #AAB5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5DE

Black with #AAB5DE

Text Example


Text Example

White with #AAB5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5DE; }

 p { color: rgb(170,181,222); }

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

background-color css

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

 a { background-color: rgb(170,181,222); }

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

border-color css

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

 span { border-color: rgb(170,181,222); }

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