Html Css Color HEX #AAB9F1 Perano

📋 copy color: '#AAB9F1'

red 170 ◦ green 185 ◦ blue 241

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

Shades of Perano #AAB9F1

Tints of Perano #AAB9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.04%

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 28.52%
G = 31.04%
B = 40.44%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAB9F1 (or 0xAAB9F1) is known color: Perano. HEX triplet: AA, B9 and F1. RGB value is (170,185,241). Sum of RGB (Red+Green+Blue) = 170+185+241=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9F1 is #55460E. Grayscale: #BABABA. Windows color (decimal): -5588495 or 15841706. OLE color: 15841706.

HSL color Cylindrical-coordinate representation of color #AAB9F1: hue angle of 227.32º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB9F1 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 185 241 -
CMYK 0.29 0.23 0 0.05
HSL 227.32º 0.72% 0.81% -
HSV(B) 227.32º 0.29% 0.95% -
XYZ 49.8 49.59 90.17 -
YUV 186.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 170 185 241 0.29 0.23 0 0.05 227.32 0.72 0.81
Hex AA B9 F1 1D 17 0 5 E3 48 51
Octal 252 271 361 35 27 0 5 343 110 121
Binary 10101010 10111001 11110001 11101 10111 0 101 11100011 1001000 1010001

Color Harmonies of #AAB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9F1

Black with #AAB9F1

Text Example


Text Example

White with #AAB9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9F1; }

 p { color: rgb(170,185,241); }

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

background-color css

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

 a { background-color: rgb(170,185,241); }

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

border-color css

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

 span { border-color: rgb(170,185,241); }

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