Html Css Color HEX #AAB8DE Perano

📋 copy color: '#AAB8DE'

red 170 ◦ green 184 ◦ blue 222

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

Shades of Perano #AAB8DE

Tints of Perano #AAB8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.94%

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

R = 29.51%
G = 31.94%
B = 38.54%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB8DE (or 0xAAB8DE) is known color: Perano. HEX triplet: AA, B8 and DE. RGB value is (170,184,222). Sum of RGB (Red+Green+Blue) = 170+184+222=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8DE is #554721. Grayscale: #B7B7B7. Windows color (decimal): -5588770 or 14596266. OLE color: 14596266.

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

Color convert

RGB 170 184 222 -
CMYK 0.23 0.17 0 0.13
HSL 223.85º 0.44% 0.77% -
HSV(B) 223.85º 0.23% 0.87% -
XYZ 46.9 48.1 75.92 -
YUV 184.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 170 184 222 0.23 0.17 0 0.13 223.85 0.44 0.77
Hex AA B8 DE 17 11 0 D E0 2C 4D
Octal 252 270 336 27 21 0 15 340 54 115
Binary 10101010 10111000 11011110 10111 10001 0 1101 11100000 101100 1001101

Color Harmonies of #AAB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8DE

Black with #AAB8DE

Text Example


Text Example

White with #AAB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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