Html Css Color HEX #AABAF6 Perano

📋 copy color: '#AABAF6'

red 170 ◦ green 186 ◦ blue 246

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

Shades of Perano #AABAF6

Tints of Perano #AABAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.86%

R = 28.24%
G = 30.9%
B = 40.86%

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

#AABAF6 (or 0xAABAF6) is known color: Perano. HEX triplet: AA, BA and F6. RGB value is (170,186,246). Sum of RGB (Red+Green+Blue) = 170+186+246=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #AABAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF6 is #554509. Grayscale: #BBBBBB. Windows color (decimal): -5588234 or 16169642. OLE color: 16169642.

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

Color convert

RGB 170 186 246 -
CMYK 0.31 0.24 0 0.04
HSL 227.37º 0.81% 0.82% -
HSV(B) 227.37º 0.31% 0.96% -
XYZ 50.77 50.32 94.23 -
YUV 188.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 170 186 246 0.31 0.24 0 0.04 227.37 0.81 0.82
Hex AA BA F6 1F 18 0 4 E3 51 52
Octal 252 272 366 37 30 0 4 343 121 122
Binary 10101010 10111010 11110110 11111 11000 0 100 11100011 1010001 1010010

Color Harmonies of #AABAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAF6

Black with #AABAF6

Text Example


Text Example

White with #AABAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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