Html Css Color HEX #AAB6DE Perano

📋 copy color: '#AAB6DE'

red 170 ◦ green 182 ◦ blue 222

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

Shades of Perano #AAB6DE

Tints of Perano #AAB6DE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.71%

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

R = 29.62%
G = 31.71%
B = 38.68%

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

#AAB6DE (or 0xAAB6DE) is known color: Perano. HEX triplet: AA, B6 and DE. RGB value is (170,182,222). Sum of RGB (Red+Green+Blue) = 170+182+222=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6DE is #554921. Grayscale: #B6B6B6. Windows color (decimal): -5589282 or 14595754. OLE color: 14595754.

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

Color convert

RGB 170 182 222 -
CMYK 0.23 0.18 0 0.13
HSL 226.15º 0.44% 0.77% -
HSV(B) 226.15º 0.23% 0.87% -
XYZ 46.49 47.28 75.78 -
YUV 182.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 170 182 222 0.23 0.18 0 0.13 226.15 0.44 0.77
Hex AA B6 DE 17 12 0 D E2 2C 4D
Octal 252 266 336 27 22 0 15 342 54 115
Binary 10101010 10110110 11011110 10111 10010 0 1101 11100010 101100 1001101

Color Harmonies of #AAB6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6DE

Black with #AAB6DE

Text Example


Text Example

White with #AAB6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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