Html Css Color HEX #AAB0DE Perano

📋 copy color: '#AAB0DE'

red 170 ◦ green 176 ◦ blue 222

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

Shades of Perano #AAB0DE

Tints of Perano #AAB0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.99%

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

R = 29.93%
G = 30.99%
B = 39.08%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB0DE (or 0xAAB0DE) is known color: Perano. HEX triplet: AA, B0 and DE. RGB value is (170,176,222). Sum of RGB (Red+Green+Blue) = 170+176+222=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0DE is #554F21. Grayscale: #B3B3B3. Windows color (decimal): -5590818 or 14594218. OLE color: 14594218.

HSL color Cylindrical-coordinate representation of color #AAB0DE: hue angle of 233.08º 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 #AAB0DE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 176 222 -
CMYK 0.23 0.21 0 0.13
HSL 233.08º 0.44% 0.77% -
HSV(B) 233.08º 0.23% 0.87% -
XYZ 45.29 44.87 75.38 -
YUV 179.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 170 176 222 0.23 0.21 0 0.13 233.08 0.44 0.77
Hex AA B0 DE 17 15 0 D E9 2C 4D
Octal 252 260 336 27 25 0 15 351 54 115
Binary 10101010 10110000 11011110 10111 10101 0 1101 11101001 101100 1001101

Color Harmonies of #AAB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0DE

Black with #AAB0DE

Text Example


Text Example

White with #AAB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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