Html Css Color HEX #AABAF3 Perano

📋 copy color: '#AABAF3'

red 170 ◦ green 186 ◦ blue 243

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

Shades of Perano #AABAF3

Tints of Perano #AABAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.57%

R = 28.38%
G = 31.05%
B = 40.57%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AABAF3 (or 0xAABAF3) is known color: Perano. HEX triplet: AA, BA and F3. RGB value is (170,186,243). Sum of RGB (Red+Green+Blue) = 170+186+243=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #AABAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF3 is #55450C. Grayscale: #BBBBBB. Windows color (decimal): -5588237 or 15973034. OLE color: 15973034.

HSL color Cylindrical-coordinate representation of color #AABAF3: hue angle of 226.85º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABAF3 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 186 243 -
CMYK 0.30 0.23 0 0.05
HSL 226.85º 0.75% 0.81% -
HSV(B) 226.85º 0.3% 0.95% -
XYZ 50.31 50.13 91.82 -
YUV 187.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 170 186 243 0.30 0.23 0 0.05 226.85 0.75 0.81
Hex AA BA F3 1E 17 0 5 E3 4B 51
Octal 252 272 363 36 27 0 5 343 113 121
Binary 10101010 10111010 11110011 11110 10111 0 101 11100011 1001011 1010001

Color Harmonies of #AABAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAF3

Black with #AABAF3

Text Example


Text Example

White with #AABAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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