Html Css Color HEX #AAB7DE Perano

📋 copy color: '#AAB7DE'

red 170 ◦ green 183 ◦ blue 222

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

Shades of Perano #AAB7DE

Tints of Perano #AAB7DE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.83%

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

R = 29.57%
G = 31.83%
B = 38.61%

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

#AAB7DE (or 0xAAB7DE) is known color: Perano. HEX triplet: AA, B7 and DE. RGB value is (170,183,222). Sum of RGB (Red+Green+Blue) = 170+183+222=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7DE is #554821. Grayscale: #B7B7B7. Windows color (decimal): -5589026 or 14596010. OLE color: 14596010.

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

Color convert

RGB 170 183 222 -
CMYK 0.23 0.18 0 0.13
HSL 225º 0.44% 0.77% -
HSV(B) 225º 0.23% 0.87% -
XYZ 46.7 47.69 75.85 -
YUV 183.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 170 183 222 0.23 0.18 0 0.13 225 0.44 0.77
Hex AA B7 DE 17 12 0 D E1 2C 4D
Octal 252 267 336 27 22 0 15 341 54 115
Binary 10101010 10110111 11011110 10111 10010 0 1101 11100001 101100 1001101

Color Harmonies of #AAB7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7DE

Black with #AAB7DE

Text Example


Text Example

White with #AAB7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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