Html Css Color HEX #AABAF5 Perano

📋 copy color: '#AABAF5'

red 170 ◦ green 186 ◦ blue 245

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

Shades of Perano #AABAF5

Tints of Perano #AABAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.77%

R = 28.29%
G = 30.95%
B = 40.77%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AABAF5 (or 0xAABAF5) is known color: Perano. HEX triplet: AA, BA and F5. RGB value is (170,186,245). Sum of RGB (Red+Green+Blue) = 170+186+245=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #AABAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF5 is #55450A. Grayscale: #BBBBBB. Windows color (decimal): -5588235 or 16104106. OLE color: 16104106.

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

Color convert

RGB 170 186 245 -
CMYK 0.31 0.24 0 0.04
HSL 227.2º 0.79% 0.81% -
HSV(B) 227.2º 0.31% 0.96% -
XYZ 50.62 50.26 93.42 -
YUV 187.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 170 186 245 0.31 0.24 0 0.04 227.2 0.79 0.81
Hex AA BA F5 1F 18 0 4 E3 4F 51
Octal 252 272 365 37 30 0 4 343 117 121
Binary 10101010 10111010 11110101 11111 11000 0 100 11100011 1001111 1010001

Color Harmonies of #AABAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAF5

Black with #AABAF5

Text Example


Text Example

White with #AABAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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