Html Css Color HEX #AABAF1 Perano

📋 copy color: '#AABAF1'

red 170 ◦ green 186 ◦ blue 241

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

Shades of Perano #AABAF1

Tints of Perano #AABAF1

RGB

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

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

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

R = 28.48%
G = 31.16%
B = 40.37%

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

#AABAF1 (or 0xAABAF1) is known color: Perano. HEX triplet: AA, BA and F1. RGB value is (170,186,241). Sum of RGB (Red+Green+Blue) = 170+186+241=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #AABAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF1 is #55450E. Grayscale: #BBBBBB. Windows color (decimal): -5588239 or 15841962. OLE color: 15841962.

HSL color Cylindrical-coordinate representation of color #AABAF1: hue angle of 226.48º 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 #AABAF1 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 186 241 -
CMYK 0.29 0.23 0 0.05
HSL 226.48º 0.72% 0.81% -
HSV(B) 226.48º 0.29% 0.95% -
XYZ 50.01 50.01 90.24 -
YUV 187.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 170 186 241 0.29 0.23 0 0.05 226.48 0.72 0.81
Hex AA BA F1 1D 17 0 5 E2 48 51
Octal 252 272 361 35 27 0 5 342 110 121
Binary 10101010 10111010 11110001 11101 10111 0 101 11100010 1001000 1010001

Color Harmonies of #AABAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAF1

Black with #AABAF1

Text Example


Text Example

White with #AABAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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