Html Css Color HEX #AABAF4 Perano

📋 copy color: '#AABAF4'

red 170 ◦ green 186 ◦ blue 244

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

Shades of Perano #AABAF4

Tints of Perano #AABAF4

RGB

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

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

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

R = 28.33%
G = 31%
B = 40.67%

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

#AABAF4 (or 0xAABAF4) is known color: Perano. HEX triplet: AA, BA and F4. RGB value is (170,186,244). Sum of RGB (Red+Green+Blue) = 170+186+244=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #AABAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF4 is #55450B. Grayscale: #BBBBBB. Windows color (decimal): -5588236 or 16038570. OLE color: 16038570.

HSL color Cylindrical-coordinate representation of color #AABAF4: hue angle of 227.03º 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 #AABAF4 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 186 244 -
CMYK 0.30 0.24 0 0.04
HSL 227.03º 0.77% 0.81% -
HSV(B) 227.03º 0.3% 0.96% -
XYZ 50.47 50.2 92.62 -
YUV 187.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 170 186 244 0.30 0.24 0 0.04 227.03 0.77 0.81
Hex AA BA F4 1E 18 0 4 E3 4D 51
Octal 252 272 364 36 30 0 4 343 115 121
Binary 10101010 10111010 11110100 11110 11000 0 100 11100011 1001101 1010001

Color Harmonies of #AABAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAF4

Black with #AABAF4

Text Example


Text Example

White with #AABAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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