Html Css Color HEX #AABADD Perano

📋 copy color: '#AABADD'

red 170 ◦ green 186 ◦ blue 221

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

Shades of Perano #AABADD

Tints of Perano #AABADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.24%

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 29.46%
G = 32.24%
B = 38.3%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AABADD (or 0xAABADD) is known color: Perano. HEX triplet: AA, BA and DD. RGB value is (170,186,221). Sum of RGB (Red+Green+Blue) = 170+186+221=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #AABADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABADD is #554522. Grayscale: #B9B9B9. Windows color (decimal): -5588259 or 14531242. OLE color: 14531242.

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

Color convert

RGB 170 186 221 -
CMYK 0.23 0.16 0 0.13
HSL 221.18º 0.43% 0.77% -
HSV(B) 221.18º 0.23% 0.87% -
XYZ 47.19 48.88 75.36 -
YUV 185.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 170 186 221 0.23 0.16 0 0.13 221.18 0.43 0.77
Hex AA BA DD 17 10 0 D DD 2B 4D
Octal 252 272 335 27 20 0 15 335 53 115
Binary 10101010 10111010 11011101 10111 10000 0 1101 11011101 101011 1001101

Color Harmonies of #AABADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABADD

Black with #AABADD

Text Example


Text Example

White with #AABADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABADD; }

 p { color: rgb(170,186,221); }

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

background-color css

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

 a { background-color: rgb(170,186,221); }

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

border-color css

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

 span { border-color: rgb(170,186,221); }

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