Html Css Color HEX #AAB9F4 Perano

📋 copy color: '#AAB9F4'

red 170 ◦ green 185 ◦ blue 244

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

Shades of Perano #AAB9F4

Tints of Perano #AAB9F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.73%

R = 28.38%
G = 30.88%
B = 40.73%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAB9F4 (or 0xAAB9F4) is known color: Perano. HEX triplet: AA, B9 and F4. RGB value is (170,185,244). Sum of RGB (Red+Green+Blue) = 170+185+244=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAB9F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9F4 is #55460B. Grayscale: #BABABA. Windows color (decimal): -5588492 or 16038314. OLE color: 16038314.

HSL color Cylindrical-coordinate representation of color #AAB9F4: hue angle of 227.84º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB9F4 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 185 244 -
CMYK 0.30 0.24 0 0.04
HSL 227.84º 0.77% 0.81% -
HSV(B) 227.84º 0.3% 0.96% -
XYZ 50.26 49.78 92.55 -
YUV 187.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 170 185 244 0.30 0.24 0 0.04 227.84 0.77 0.81
Hex AA B9 F4 1E 18 0 4 E4 4D 51
Octal 252 271 364 36 30 0 4 344 115 121
Binary 10101010 10111001 11110100 11110 11000 0 100 11100100 1001101 1010001

Color Harmonies of #AAB9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9F4

Black with #AAB9F4

Text Example


Text Example

White with #AAB9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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